|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mqe.MQe | +--com.ibm.mqe.MQeFields | +--com.ibm.mqe.MQeMsgObject | +--com.ibm.mqe.MQeAdminMsg | +--com.ibm.mqe.mqbridge.MQeBridgeResourceAdminMsg | +--com.ibm.mqe.mqbridge.MQePersistentBridgeResourceAdminMsg
Abstract class to group those bridge resources which retain persistent configuration information.
Administration messages derived from this class are able to support the create() and delete() actions.
Field Summary |
Fields inherited from class com.ibm.mqe.MQeAdminMsg |
Action_AddAlias, Action_Create, Action_Delete, Action_Inquire, Action_InquireAll, Action_RemoveAlias, Action_Start, Action_Stop, Action_Unknown, Action_Update, Admin_Action, Admin_Class, Admin_Errors, Admin_MaxAttempts, Admin_Name, Admin_Parms, Admin_RC, Admin_Reason, Admin_TargetQMgr, RC_Fail, RC_Mixed, RC_Success |
Fields inherited from class com.ibm.mqe.MQeFields |
ArraySeparator, TypeArrayElements, TypeAscii, TypeBoolean, TypeByte, TypeDouble, TypeFields, TypeFloat, TypeInt, TypeLong, TypeShort, TypeUnicode, TypeUnTyped |
Constructor Summary | |
protected |
MQePersistentBridgeResourceAdminMsg()
Constructor for MQePersistentBridgeResourceAdminMsg. |
Method Summary | |
void |
create(MQeFields parms)
Sets the desired action for this message to be "create new object". |
void |
delete(MQeFields parms,
boolean affectChildren)
Causes this admin message to be a "delete" admin message. |
Methods inherited from class com.ibm.mqe.mqbridge.MQeBridgeResourceAdminMsg |
characteristics, getName, start, start, start, stop, stop |
Methods inherited from class com.ibm.mqe.MQeAdminMsg |
delete, duplicate, getAction, getErrorFields, getFieldInError, getInputFields, getMaxAttempts, getOutputFields, getRC, getReason, getTargetQMgr, inquire, inquireAll, setAction, setMaxAttempts, setName, setTargetQMgr, update |
Methods inherited from class com.ibm.mqe.MQeMsgObject |
getMsgUIDFields, getOriginQMgr, getTimeStamp, putOriginQMgr, resetMsgUIDFields, unwrapMsgObject |
Methods inherited from class com.ibm.mqe.MQe |
abbreviate, alias, asciiToByte, byteToAscii, byteToHex, byteToHex, byteToInt, byteToLong, byteToShort, byteToUnicode, fileSeparator, getEventLogHandler, hexToAscii, hexToByte, intToByte, isCLDC, loadClass, loadObject, log, setEventLogHandler, setLoader, sliceByteArray, type, unicodeToByte, uniqueValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected MQePersistentBridgeResourceAdminMsg() throws java.lang.Exception
java.lang.Exception
Method Detail |
public void create(MQeFields parms) throws java.lang.Exception
Sets the desired action for this message to be "create new object". For example, "Create a new MQBridge" or "Create a new Client Connection". When the target MQe system processes this message, it will create an MQ Q mgr entry.
This method is defined in MQeMQBridgeAdminMsg and inherited by the other bridge object types.
create
in class MQeAdminMsg
parms
- Any extra parameters you want to add to the message, or null.
java.lang.Exception
MQeAdminMsg.Action_Create
public void delete(MQeFields parms, boolean affectChildren) throws java.lang.Exception
Causes this admin message to be a "delete" admin message. When the target MQe system processes this message, it will find the specified bridge object, and delete it. This operation is defined in MQeMQBridgeAdminMsg and inherited by the other bridge object types.
parms
- Any extra parameters you want to add to the message, or null.affectChildren
- true if the object's children should also be removed.
java.lang.Exception
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |