Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

MQe_Admin_Constants.h File Reference

Definition header file for administration message constants. More...


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...


Detailed Description

General Constants for use with Administration messages


Enumeration Type Documentation

enum MQEADMINACTION_enm
 

Defines all the actions for administration messages.

Enumeration values:
MQE_ADMIN_ACTION_UNKNOWN  Unknown action
MQE_ADMIN_ACTION_CREATE  Create the resource
MQE_ADMIN_ACTION_DELETE  Delete the resource
MQE_ADMIN_ACTION_INQUIRE  Return requested characteristics of resource
MQE_ADMIN_ACTION_INQUIREALL  Return all characteristics of resource
MQE_ADMIN_ACTION_UPDATE  Update characteristics of resource
MQE_ADMIN_ACTION_ADDALIAS  Add an alias
MQE_ADMIN_ACTION_REMOVEALIAS  Remove an alias
MQE_ADMIN_ACTION_ADD_QMGR  Add a new queue manager
MQE_ADMIN_ACTION_REMOVE_QMGR  Remove a queue manager

enum MQEADMINRC_enm
 

Enumeration values:
MQE_ADMIN_RC_SUCCESS  Action was successful
MQE_ADMIN_RC_FAIL  Action failed - see Reason
MQE_ADMIN_RC_MIXED  Action was partially successful - see Reason


Generated Thu Aug 11 23:41:17 2005 for Websphere MQ Everyplace for Multiplatforms C Bindings Reference