Defines | |
#define | MQE_ADMIN_TARGET_QMGR |
Field for the name of administration message target queue manager. | |
#define | MQE_ADMIN_ACTION |
Field (of MQEINT32) for the administration action to perform. | |
#define | MQE_ADMIN_RC |
Field (of MQEBYTE) for the result of action return code. | |
#define | MQE_ADMIN_REASON |
Field (of MQESTRING - unicode) for the result of action reason code. | |
#define | MQE_ADMIN_REASON_GOOD |
Field value (of MQESTRING - unicode) corresponding to MQE_ADMIN_REASON when the operation is successful. | |
#define | MQE_ADMIN_PARAMS |
Field (of MQEFIELDS) for the input or output parameters for or from the action. | |
#define | MQE_ADMIN_ERRORS |
Field (of MQEFIELDS) for the errors resulting from the action. | |
#define | MQE_ADMIN_MAXATTEMPTS |
Field (of MQEINT32) for the maximum number of times a request should be tried. | |
#define | MQE_ADMIN_NAME |
Field (of SB_STR) for the name of the resource to be administered. | |
#define | MQE_ADMIN_CLASS |
Field (of SB_STR) for the Java class of the managed resource. | |
#define | MQE_STORE_AND_FORWARD_Q_ADMIN_MSG |
class name for store and forward queue admin message | |
#define | MQE_HOME_SERVER_Q_ADMIN_MSG |
class name for home server queue admin message | |
#define | MQE_REMOTE_Q_ADMIN_MSG |
class name for remote queue admin message | |
#define | MQE_ADMIN_Q_ADMIN_MSG |
class name for admin queue admin message | |
#define | MQE_Q_ADMIN_MSG |
class name for queue admin message | |
#define | MQE_CONNECTION_ADMIN_MSG |
class name for connection admin message | |
#define | MQE_QUEUE_MANAGER_ADMIN_MSG |
class name for queue manager admin message | |
Enumerations | |
enum | MQEADMINACTION_enm { MQE_ADMIN_ACTION_UNKNOWN, MQE_ADMIN_ACTION_CREATE, MQE_ADMIN_ACTION_DELETE, MQE_ADMIN_ACTION_INQUIRE, MQE_ADMIN_ACTION_INQUIREALL, MQE_ADMIN_ACTION_UPDATE, MQE_ADMIN_ACTION_ADDALIAS, MQE_ADMIN_ACTION_REMOVEALIAS, MQE_ADMIN_ACTION_ADD_QMGR, MQE_ADMIN_ACTION_REMOVE_QMGR } |
Enumeration values for administration actions. More... | |
enum | MQEADMINRC_enm { MQE_ADMIN_RC_SUCCESS, MQE_ADMIN_RC_FAIL, MQE_ADMIN_RC_MIXED } |
Enumeration values for administration return codes. More... |
General Constants for use with Administration messages
|
|
|