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

MQe_MQQMgrProxyAdminMsg.h File Reference


Functions

MQERETURN mqeMQQMgrProxyAdminMsg_new (MQeExceptBlock *pErrStruct, MQeMQQMgrProxyAdminMsgHndl *phMsgObj, MQeStringHndl hBridgeName, MQeStringHndl hMQQMgrProxy, MQEBOOL affectChildren)
 Creates new MQeMQQMgrProxyAdminMsg.

MQERETURN mqeMQQMgrProxyAdminMsg_free (MQeMQQMgrProxyAdminMsgHndl hMsgObj, MQeExceptBlock *pErrStruct)
 Frees an MQeMQQMgrProxyAdminMsg.

MQERETURN mqeMQQMgrProxyAdminMsg_getMQQMgrProxyName (MQeMQQMgrProxyAdminMsgHndl hMsgObj, MQeExceptBlock *pErrStruct, MQeStringHndl *phProxyName)
 gets the MQSeries queue manager proxy name

MQERETURN mqeMQQMgrProxyAdminMsg_putMQQMgrProxyName (MQeMQQMgrProxyAdminMsgHndl hMsgObj, MQeExceptBlock *pErrStruct, MQeStringHndl hProxyName)
 Puts the MQSeries queue manager proxy name.

MQERETURN mqeMQQMgrProxyAdminMsg_setName (MQeMQQMgrProxyAdminMsgHndl hMsgObj, MQeExceptBlock *pErrStruct, MQeStringHndl hBridgeName, MQeStringHndl hProxyName)
 Puts the MQSeries-bridge name and the proxy name into the administration msg.


Detailed Description


Function Documentation

MQERETURN mqeMQQMgrProxyAdminMsg_new MQeExceptBlock   pErrStruct,
MQeMQQMgrProxyAdminMsgHndl *    phMsgObj,
MQeStringHndl    hBridgeName,
MQeStringHndl    hMQQMgrProxy,
MQEBOOL    affectChildren
 

Parameters:
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure.
phMsgObj  [out] Pointer to Handle to the MQeMQQMgrProxyAdminMsg
hBridgeName  [in] Name of MQSeries-bridge
hMQQMgrProxy  [in] Name of proxy to which the administration message is directed.
affectChildren  [in] Flag to indicate if children are affected.
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
Return values:
MQERETURN_OK  Completed Successfully

MQERETURN mqeMQQMgrProxyAdminMsg_free MQeMQQMgrProxyAdminMsgHndl    hMsgObj,
MQeExceptBlock   pErrStruct
 

Parameters:
hMsgObj  [in] Handle to MQeMQQMgrProxyAdminMsg
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure.
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
Return values:
MQERETURN_OK  Completed Successfully

MQERETURN mqeMQQMgrProxyAdminMsg_getMQQMgrProxyName MQeMQQMgrProxyAdminMsgHndl    hMsgObj,
MQeExceptBlock   pErrStruct,
MQeStringHndl *    phProxyName
 

Parameters:
hMsgObj  [in] Handle to MQeMQQMgrProxyAdminMsg
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure.
phProxyName  [out] Proxy Name
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
Return values:
MQERETURN_OK  Completed Successfully

MQERETURN mqeMQQMgrProxyAdminMsg_putMQQMgrProxyName MQeMQQMgrProxyAdminMsgHndl    hMsgObj,
MQeExceptBlock   pErrStruct,
MQeStringHndl    hProxyName
 

Parameters:
hMsgObj  [in] Handle to MQeMQQMgrProxyAdminMsg
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure.
hProxyName  [in] Proxy Name
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
Return values:
MQERETURN_OK  Completed Successfully

MQERETURN mqeMQQMgrProxyAdminMsg_setName MQeMQQMgrProxyAdminMsgHndl    hMsgObj,
MQeExceptBlock   pErrStruct,
MQeStringHndl    hBridgeName,
MQeStringHndl    hProxyName
 

Parameters:
hMsgObj  [in] Handle to MQeMQQMgrProxyAdminMsg
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure.
pBridgeName  [in] Bridge Name
hProxyName  [in] Proxy Name
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
Return values:
MQERETURN_OK  Completed Successfully


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