WebSphere:*,type=SIBRemoteMediationPoint
MBean SIBRemoteMediationPoint
Management interface for a SIBRemoteMediationPoint
Attribute Summary | |
java.lang.String | id An internally generated ID for the object |
java.lang.String | name The name of the object |
java.lang.String | remoteMessagingEngineUuid The Uuid of the remote messaging engine where the mediation point is localized |
Operation Summary | |
com.ibm.websphere.sib.admin.SIBOutboundTransmitter | getOutboundTransmitter() Get the outbound transmitter |
com.ibm.websphere.sib.admin.SIBTransmitMessage[] | listTransmitMessages( List the transmit messages that are on this remote mediation point destined for the localising mediation point |
com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream[] | getStreams( Return the list of outbound transmitter streams |
com.ibm.websphere.sib.admin.SIBTransmitMessage[] | listTransmitMessages( List information on all transmit messages on this remote mediation point |
com.ibm.websphere.sib.admin.SIBTransmitMessageDetail | getTransmitMessageDetail( Get detailed information on a specific transmit message on this remote mediation point |
byte[] | getTransmitMessageData( Return data from a specific transmit message on a specific remote mediation point |
void | deleteAllTransmitMessages() Deletes all the transmit messages on this remote mediation point |
void | moveAllTransmitMessagesToExceptionDestination() Moves all the transmit messages on this remote mediation point to the exception destination |
void | reallocateAllTransmitMessages() Reallocate all transmit messages |
void | deleteTransmitMessage( Deletes the specified transmit message from this remote mediation point |
void | moveTransmitMessageToExceptionDestination( Moves the specified transmit message from this remote mediation point to the exception destination |
void | remove( Deprecated. This method is deprecated. |
Attribute Detail |
public java.lang.String id
public java.lang.String name
public java.lang.String remoteMessagingEngineUuid
Operation Detail |
public com.ibm.websphere.sib.admin.SIBOutboundTransmitter getOutboundTransmitter()
public com.ibm.websphere.sib.admin.SIBTransmitMessage[] listTransmitMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot
)
ot
-
An instance of SIBOutboundTransmitter returned from the getOutboundTransmitter operation
public com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream[] getStreams(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot
)
ot
-
The object returned from a call to the getOutboundTransmitter operation
public com.ibm.websphere.sib.admin.SIBTransmitMessage[] listTransmitMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot,
com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots
)
ot
-
The object returned from a call to the getOutboundTransmitter operationots
-
The object returned from a call to the getStreams operation
public com.ibm.websphere.sib.admin.SIBTransmitMessageDetail getTransmitMessageDetail(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot,
com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots,
java.lang.String messageId
)
ot
-
The object returned from a call to the getOutboundTransmitter operationots
-
The object returned from a call to the getStreams operationmessageId
-
The ID of the Transmit Message as derived from the SIBTransmitMessage class
public byte[] getTransmitMessageData(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot,
com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots,
java.lang.String messageId,
java.lang.Integer size
)
ot
-
The object returned from a call to the getOutboundTransmitter operationots
-
The object returned from a call to the getStreams operationmessageId
-
The ID of the Transmit Message as derived from the SIBTransmitMessage classsize
-
The number of bytes to return
public void deleteAllTransmitMessages()
public void moveAllTransmitMessagesToExceptionDestination()
public void reallocateAllTransmitMessages()
public void deleteTransmitMessage(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot,
com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots,
java.lang.String messageId
)
ot
-
The object returned from a call to the getOutboundTransmitter operationots
-
The object returned from a call to the getStreams operationmessageId
-
The ID of the Transmit Message as derived from the SIBTransmitMessage class
public void moveTransmitMessageToExceptionDestination(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot,
com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream ots,
java.lang.String messageId
)
ot
-
The object returned from a call to the getOutboundTransmitter operationots
-
The object returned from a call to the getStreams operationmessageId
-
The ID of the Transmit Message as derived from the SIBTransmitMessage class
public void remove(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot,
com.ibm.websphere.sib.admin.SIBRemoteMessageRequest tm,
java.lang.Boolean discard
)
ot
-
The object returned from a call to the getOutboundTransmitter operationtm
-
An object returned from a call to the listTransmitMessages operationdiscard
-
If true, specifies that any indoubt messages should be discarded, Otherwise, they will be sent to the Exception Destination.