WebSphere:*,type=SIBRemotePublicationPoint
MBean SIBRemotePublicationPoint
Management interface for a SIBRemotePublicationPoint
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 publication point is localized |
Operation Summary | |
com.ibm.websphere.sib.admin.SIBOutboundTransmitter[] | listOutboundTransmitters() List outbound transmitters |
com.ibm.websphere.sib.admin.SIBTransmitMessage[] | listTransmitMessages( List transmit messages |
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 publication point |
com.ibm.websphere.sib.admin.SIBTransmitMessageDetail | getTransmitMessageDetail( Get detailed information on a specific transmit message on this remote publication point |
byte[] | getTransmitMessageData( Return data from a specific transmit message on a specific remote publication point |
java.lang.String[] | getTopics() List topics subscribed to by this remote publication point |
void | clearAllTopics() Clear the list of topics subscribed to by this remote publication point |
void | deleteAllTransmitMessages( Deletes all the transmit messages on this remote publication point |
void | deleteTransmitMessage( Deletes the specified transmit message from this remote publication point |
void | remove( Deprecated. This method is deprecated. |
Notification Summary | |
SIB.remote.messagepoint.depth.threshold.reached The number of messages stored at a remote queue point has made a depth change that causes messages to either start flowing or stop flowing into it. |
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[] listOutboundTransmitters()
public com.ibm.websphere.sib.admin.SIBTransmitMessage[] listTransmitMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot
)
ot
-
An instance of SIBOutboundTransmitter returned from the listOutboundTransmitters 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 java.lang.String[] getTopics()
public void clearAllTopics()
public void deleteAllTransmitMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot
)
ot
-
An instance of SIBOutboundTransmitter returned from the listOutboundTransmitters operation
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 remove(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot,
com.ibm.websphere.sib.admin.SIBTransmitMessage tm,
java.lang.Boolean discard
)
ot
-
The object returned from a call to the listOutboundTransmitters 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.Notification Detail |