public class MQAsyncStatus
extends com.ibm.mq.jmqi.JmqiObject
| Modifier and Type | Field and Description |
|---|---|
int |
completionCode
The completion code of the first asynchronous failure or warning encountered, since the last
time asynchronous status was requested from the connection.
|
java.lang.String |
objectName
The object name specified when opening the object against which the asynchronous failure or
warning described by completionCode and reasonCode occurred.
|
java.lang.String |
objectQueueManagerName
The object queue manager name specified when opening the object against which the asynchronous
failure/warning described by completionCode and reasonCode occurred.
|
int |
objectType
The type of the object against which the asynchronous failure or warning described by
completionCode and reasonCode occurred.
|
int |
putFailureCount
The number of successful asynchronous put operations that failed since the last time
asynchronous status was requested from the connection.
|
int |
putSuccessCount
The number of successful asynchronous put operations that completed successfully since the last
time asynchronous status was requested from the connection.
|
int |
putWarningCount
The number of successful asynchronous put operations that completed with warnings since the
last time asynchronous status was requested from the connection.
|
int |
reasonCode
The reason code, qualifying the completion code, of the first asynchronous failure or warning
encountered since the last time asynchronous status was requested from the connection.
|
java.lang.String |
resolvedObjectName
The object name resolved when opening the object against which the asynchronous failure/warning
described by completionCode and reasonCode occurred.
|
java.lang.String |
resolvedQueueManagerName
The queue manager name resolved when opening the object against which the asynchronous
failure/warning described by completionCode and reasonCode occurred.
|
| Modifier and Type | Method and Description |
|---|---|
void |
updateAsyncStatus()
Updates this asynchronous error status object.
|
public int putSuccessCount
public int putWarningCount
public int putFailureCount
public int completionCode
public int reasonCode
public int objectType
public java.lang.String objectName
public java.lang.String objectQueueManagerName
public java.lang.String resolvedObjectName
public java.lang.String resolvedQueueManagerName
public void updateAsyncStatus()
throws MQException
MQException - if there is a problem requesting asynchronous error status from the queue
manager.MQQueueManager.getAsyncStatus()