WebSphere:*,type=SIBRemoteQueuePoint
MBean SIBRemoteQueuePoint
Management interface for a SIBRemoteQueuePoint
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 queue point is localized |
Operation Summary | |
com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver | getRemoteConsumerReceiver() Return the SIBRemoteConsumerReceiver for this remote queue point that represents all non-gathering consumers. |
com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver[] | listRemoteConsumerReceivers() Return a list of all SIBRemoteConsumerReceivers for this remote queue point. |
java.lang.Long | getRemoteConsumerReceiversCompletedMessageRequests() Return the number of completed message requests for all SIBRemoteConsumerReceivers for this remote queue point. |
void | flush( Deprecated. This method is deprecated. |
void | cancelAllRequests( Cancel all message requests |
void | requestFlush( Deprecated. This method is deprecated. |
com.ibm.websphere.sib.admin.SIBRemoteMessageRequest[] | listRemoteMessageRequests( List all current remote message requests |
void | remove( Deprecated. This method is deprecated. |
com.ibm.websphere.sib.admin.SIBOutboundTransmitter | getOutboundTransmitter() Return the SIBOutboundTransmitter for this remote queue point. |
com.ibm.websphere.sib.admin.SIBOutboundTransmitterStream[] | getStreams( Return the list of outbound transmitter streams |
com.ibm.websphere.sib.admin.SIBTransmitMessage[] | listTransmitMessages( List the transmit messages that are on this remote queue point destined for the localising queue point |
com.ibm.websphere.sib.admin.SIBTransmitMessageDetail | getTransmitMessageDetail( Get detailed information on a specific transmit message on this remote queue point |
byte[] | getTransmitMessageData( Return data from a specific transmit message on a specific remote queue point |
void | deleteAllTransmitMessages() Deletes all the transmit messages on this remote queue point |
void | moveAllTransmitMessagesToExceptionDestination() Moves all the transmit messages on this remote queue point to the exception destination |
void | reallocateAllTransmitMessages() Reallocate all transmit messages |
void | deleteTransmitMessage( Deletes the specified transmit message from this remote queue point |
void | moveTransmitMessageToExceptionDestination( Moves the specified transmit message from this remote queue point to the exception destination |
void | flush( Deprecated. This method is deprecated. |
void | clearMessages( Deprecated. This method is deprecated. |
com.ibm.websphere.sib.admin.SIBTransmitMessage[] | listTransmitMessages( Lists current transmit messages |
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.SIBRemoteConsumerReceiver getRemoteConsumerReceiver()
public com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver[] listRemoteConsumerReceivers()
public java.lang.Long getRemoteConsumerReceiversCompletedMessageRequests()
public void flush(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr
)
rcr
-
The object returned from a call to the getRemoteConsumerReceiver operation
public void cancelAllRequests(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr
)
rcr
-
The object returned from a call to the getRemoteConsumerReceiver operation
public void requestFlush(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr,
java.lang.Boolean discard
)
rcr
-
The object returned from a call to the getRemoteConsumerReceiver operationdiscard
-
If true, specifies that any indoubt messages should be discarded
public com.ibm.websphere.sib.admin.SIBRemoteMessageRequest[] listRemoteMessageRequests(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr
)
rcr
-
The object returned from a call to the getRemoteConsumerReceiver operation
public void remove(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr,
com.ibm.websphere.sib.admin.SIBRemoteMessageRequest rmr,
java.lang.Boolean discard
)
rcr
-
The object returned from a call to the getRemoteConsumerReceiver operationrmr
-
An object returned from a call to the listRemoteMessageRequests operationdiscard
-
If true, specifies that any pending messages should be discarded, otherwise they will be sent to the exception destination.
public com.ibm.websphere.sib.admin.SIBOutboundTransmitter getOutboundTransmitter()
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 flush(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot
)
ot
-
The object returned from a call to the getOutboundTransmitter operation
public void clearMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot,
java.lang.Boolean discard
)
ot
-
The object returned from a call to the getOutboundTransmitter operationdiscard
-
If true, specifies that any indoubt messages should be discarded
public com.ibm.websphere.sib.admin.SIBTransmitMessage[] listTransmitMessages(com.ibm.websphere.sib.admin.SIBOutboundTransmitter ot
)
ot
-
The object returned from a call to the getOutboundTransmitter operation
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 getOutboundTransmitter operationtm
-
An object returned from a call to the listTransmitMessages operationdiscard
-
If true, specifies that any pending messages should be discarded, Otherwise, they will be sent to the Exception Destination.Notification Detail |