Package com.tailf.notif
Class CommitQueueProgressNotification
Object
com.tailf.notif.Notification
com.tailf.notif.CommitQueueProgressNotification
Data structure for commit queue progress notifications.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int - 
Constructor Summary
ConstructorsConstructorDescriptionCommitQueueProgressNotification(int notifType, ConfDatetime timestamp, ConfUInt64 id, String tag, String label, List<String> completedDevices, Map<String, String> transientDevices, Map<String, String> failedDevices, Map<String, ConfList> completedServices, Map<String, ConfList[]> failedServices, String traceId)  - 
Method Summary
Methods inherited from class com.tailf.notif.Notification
getNotificationType 
- 
Field Details
- 
NCS_CQ_ITEM_WAITING
public static final int NCS_CQ_ITEM_WAITING- See Also:
 
 - 
NCS_CQ_ITEM_EXECUTING
public static final int NCS_CQ_ITEM_EXECUTING- See Also:
 
 - 
NCS_CQ_ITEM_LOCKED
public static final int NCS_CQ_ITEM_LOCKED- See Also:
 
 - 
NCS_CQ_ITEM_COMPLETED
public static final int NCS_CQ_ITEM_COMPLETED- See Also:
 
 - 
NCS_CQ_ITEM_FAILED
public static final int NCS_CQ_ITEM_FAILED- See Also:
 
 - 
NCS_CQ_ITEM_DELETED
public static final int NCS_CQ_ITEM_DELETED- See Also:
 
 
 - 
 - 
Constructor Details
- 
CommitQueueProgressNotification
public CommitQueueProgressNotification(int notifType, ConfDatetime timestamp, ConfUInt64 id, String tag, String label, List<String> completedDevices, Map<String, String> transientDevices, Map<String, String> failedDevices, Map<String, ConfList> completedServices, Map<String, ConfList[]> failedServices, String traceId)  
 - 
 - 
Method Details
- 
toString
- Overrides:
 toStringin classNotification
 - 
getCQNotifType
public int getCQNotifType() - 
getCQNotifTypeStr
 - 
getCQId
 - 
getCQTag
Deprecated.Use the methodgetLabel()instead. - 
getLabel
 - 
getTimestamp
 - 
getCompletedDevices
 - 
getTransientDevices
 - 
getFailedDevices
 - 
getCompletedServices
 - 
getFailedServices
 - 
getTraceId
 
 - 
 
getLabel()instead.