Functions | |
MQERETURN | mqeClientConnectionAdminMsg_new (MQeExceptBlock *pErrStruct, MQeClientConnectionAdminMsgHndl *phMsgObj, MQeStringHndl hBridgeName, MQeStringHndl hMQQMgrProxyName, MQeStringHndl hClientConnectionName, MQEBOOL affectChildren) |
This function constructs an MQeClientConnectionAdminMsg. | |
MQERETURN | mqeClientConnectionAdminMsg_free (MQeClientConnectionAdminMsgHndl hMsg, MQeExceptBlock *pErrStruct) |
Frees the MQeClientConnectionAdminMsgHndl pointed to by phMsgObj. | |
MQERETURN | mqeClientConnectionAdminMsg_getClientConnectionName (MQeClientConnectionAdminMsgHndl hMsgObj, MQeExceptBlock *pErrStruct, MQeStringHndl *phClientConnectionName) |
Gets the client connection name from the administered object. | |
MQERETURN | mqeClientConnectionAdminMsg_putClientConnectionName (MQeClientConnectionAdminMsgHndl hMsgObj, MQeExceptBlock *pErrStruct, MQeStringHndl hClientConnectionName) |
Puts the client connection name in an MQSeries Everyplace field in the MQeFields administration message object. | |
MQERETURN | mqeClientConnectionAdminMsg_setName (MQeClientConnectionAdminMsgHndl hMsgObj, MQeExceptBlock *pErrStruct, MQeStringHndl hBridgeName, MQeStringHndl hMQQMgrProxyName, MQeStringHndl hClientConnectionName) |
Puts the name information in an MQSeries Everyplace field in the MQeFields administration message object. |
This object is used to encapsulate an administration command. It is created by the application that is doing the administration. MQeClientConnectionAdminMsg is a special type of MQSeries Everyplace message, with helper-functions for the user. The logic performed on the target MQSeries Everyplace system is also in this class. The administration queue invokes the performAction method.
MQe_ClientConnectionAdminMsg is a subclass of the MQeMQQMgrProxyAdminMsg so its methods and those of its superclasses can be applied to handles of MQe_ClientConnectionAdminMsg
Methods specific to this type of administration message are getClientConnectionName, putClientConnectionName, and setName.
|
The constructed object includes fields that are needed to initialize the administration message It does not include the action that the message holds.
|
|
|
|
Can be issued against an MQeClientConnectionAdminMsg or one of its descendants (ie. MQeListenerAdminMsg).
|
|
|
|
Also sets the name of the MQSeries Everyplace queue manager that is associated with this bridge.
|