WebSphere:*,type=SIBRemoteSubscriptionPoint
MBean SIBRemoteSubscriptionPoint
Management interface for a SIBRemoteSubscriptionPoint
Attribute Summary | |
java.lang.String | id An internally generated ID for the object |
java.lang.String | name The name of the object |
java.lang.Long | lastTickReceived The last tick received |
java.lang.String | type The type |
java.lang.String | remoteMessagingEngineUuid The Uuid of the remote messaging engine where the subscription point is localized |
Operation Summary | |
java.lang.String | getTopicSpace() Gets the topic space for this remote subscription point |
com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver | getRemoteConsumerReceiver() Gets the remote consumers |
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. |
Attribute Detail |
public java.lang.String id
public java.lang.String name
public java.lang.Long lastTickReceived
public java.lang.String type
public java.lang.String remoteMessagingEngineUuid
Operation Detail |
public java.lang.String getTopicSpace()
public com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver getRemoteConsumerReceiver()
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
-
Whether pending indoubt messages should be discarded. If false, then such messages are retained. Otherwise, they are removed.
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 SIBRemoteConsumerReceiver object returned from the getRemoteConsumerReceiver operationrmr
-
An instance of a SIBRemoteMessageRequest object returned from the listRemoteMessageRequests operationdiscard
-
If true, specifies that any pending messages should be discarded, Otherwise, they will be sent to the Exception Destination.