|
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
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 | |
MQeBridgeResourceAdminMsg()
|
Method Summary | |
abstract MQeFields |
characteristics()
Creates an MQe fields object containing all the MQe fields required for an admin message of this type. |
abstract java.lang.String |
getName()
Returns the name of the administered object we want to manipulate. |
void |
start()
Tells the administered object that this is a "start" type message. |
void |
start(boolean affectChildren)
Tells the administered object that this is a "start" type message. |
void |
start(MQeFields fields)
Tells the administered object that this is a "start" message. |
void |
stop()
Tells the administered object that this is a "stop" request. |
void |
stop(MQeFields fields)
Tells the administered object that this is a "stop" request. |
Methods inherited from class com.ibm.mqe.MQeAdminMsg |
create, 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 |
public MQeBridgeResourceAdminMsg()
Method Detail |
public void start(boolean affectChildren) throws java.lang.Exception
affectChildren
- A boolean. Says whether the start command
set in this admin message is allowed to affect
the children of the bridges object. true means it is allowed
to affect the children, false otherwise.
java.lang.Exception
- Fails if we cannot set the "start" action or the
affectChildren flag into MQeFields in this admin message.public void start() throws java.lang.Exception
java.lang.Exception
- Fails if we cannot set the "start" action
into MQeFields in this admin message.public void start(MQeFields fields) throws java.lang.Exception
This method is inherited by subclasses.
java.lang.Exception
- Fails if we cannot set the "start" action into the
admin message, or if we cannot copy the passed fields into the admin
message.public void stop() throws java.lang.Exception
Tells the administered object that this is a "stop" request. This method is inherited by subclasses.
java.lang.Exception
- Fails if we can't set the action into this
admin message.public void stop(MQeFields fields) throws java.lang.Exception
This version accepts a set of fields, which can already contain the fields which identify which MQeAdministeredObject we want to stop.
This method is inherited by subclasses.
fields
- An MQeFields object. These fields are copied into
the admin message fields, over-riding any duplicate field values.
java.lang.Exception
- Fails if we can't set the action into this
admin message.public abstract java.lang.String getName()
getName
in class MQeAdminMsg
MQeAdminMsg.Admin_Name
public abstract MQeFields characteristics() throws java.lang.Exception
characteristics
in class MQeAdminMsg
java.lang.Exception
- fails if we can't create the MQeFields object
or fill it in with decent information.
java.lang.Exception
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |