public class CommitQueueProgressNotification extends Notification
| Modifier and Type | Field and Description | 
|---|---|
static int | 
NCS_CQ_ITEM_COMPLETED  | 
static int | 
NCS_CQ_ITEM_DELETED  | 
static int | 
NCS_CQ_ITEM_EXECUTING  | 
static int | 
NCS_CQ_ITEM_FAILED  | 
static int | 
NCS_CQ_ITEM_LOCKED  | 
static int | 
NCS_CQ_ITEM_WAITING  | 
| Constructor and Description | 
|---|
CommitQueueProgressNotification(int cq_notif_type,
                               ConfDatetime timestamp,
                               ConfUInt64 cq_id,
                               String cq_tag,
                               List<String> completed_devices,
                               List<String> transient_devices,
                               Map<String,String> failed_devices,
                               Map<String,ConfList> completed_services,
                               Map<String,ConfList[]> failed_services,
                               String trace_id)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getCompletedDevices()  | 
Map<String,ConfList> | 
getCompletedServices()  | 
ConfUInt64 | 
getCQId()  | 
int | 
getCQNotifType()  | 
String | 
getCQNotifTypeStr()  | 
String | 
getCQTag()  | 
Map<String,String> | 
getFailedDevices()  | 
Map<String,ConfList[]> | 
getFailedServices()  | 
ConfDatetime | 
getTimestamp()  | 
String | 
getTraceId()  | 
List<String> | 
getTransientDevices()  | 
String | 
toString()  | 
getNotificationTypepublic static final int NCS_CQ_ITEM_WAITING
public static final int NCS_CQ_ITEM_EXECUTING
public static final int NCS_CQ_ITEM_LOCKED
public static final int NCS_CQ_ITEM_COMPLETED
public static final int NCS_CQ_ITEM_FAILED
public static final int NCS_CQ_ITEM_DELETED
public CommitQueueProgressNotification(int cq_notif_type,
                                       ConfDatetime timestamp,
                                       ConfUInt64 cq_id,
                                       String cq_tag,
                                       List<String> completed_devices,
                                       List<String> transient_devices,
                                       Map<String,String> failed_devices,
                                       Map<String,ConfList> completed_services,
                                       Map<String,ConfList[]> failed_services,
                                       String trace_id)
public String toString()
toString in class Notificationpublic int getCQNotifType()
public String getCQNotifTypeStr()
public ConfUInt64 getCQId()
public String getCQTag()
public ConfDatetime getTimestamp()
public String getTraceId()