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 |
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. |
SIBRemoteMessageRequest[] | listRemoteMessageRequests( List all current remote message requests |
void | remove( Deprecated.This method is deprecated. |
Attribute Detail |
---|
public java.lang.String id
An internally generated ID for the object
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String name
The name of the object
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Long lastTickReceived
The last tick received
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String type
The type
Since:
6.0
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String remoteMessagingEngineUuid
The Uuid of the remote messaging engine where the subscription point is localized
Since:
6.0.2
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public java.lang.String getTopicSpace()
Gets the topic space for this remote subscription point
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public SIBRemoteConsumerReceiver getRemoteConsumerReceiver()
Gets the remote consumers
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void flush(
SIBRemoteConsumerReceiver rcr
)
Deprecated.
This method is deprecated.
Flush
rcr
-
The object returned from a call to the getRemoteConsumerReceiver operation
administrator
operator
public void cancelAllRequests(
SIBRemoteConsumerReceiver rcr
)
Cancel all message requests
rcr
-
The object returned from a call to the getRemoteConsumerReceiver operation
administrator
operator
public void requestFlush(
SIBRemoteConsumerReceiver rcr,
java.lang.Boolean discard
)
Deprecated.
This method is deprecated.
Request flush at source
rcr
-
The object returned from a call to the getRemoteConsumerReceiver operation discard
-
Whether pending indoubt messages should be discarded. If false, then such messages are retained. Otherwise, they are removed.
administrator
operator
public SIBRemoteMessageRequest[] listRemoteMessageRequests(
SIBRemoteConsumerReceiver rcr
)
List all current remote message requests
rcr
-
The object returned from a call to the getRemoteConsumerReceiver operation
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void remove(
SIBRemoteConsumerReceiver rcr,
SIBRemoteMessageRequest rmr,
java.lang.Boolean discard
)
Deprecated.
This method is deprecated.
Remove a specified remote message request
rcr
-
The SIBRemoteConsumerReceiver object returned from the getRemoteConsumerReceiver operation rmr
-
An instance of a SIBRemoteMessageRequest object returned from the listRemoteMessageRequests operation discard
-
If true, specifies that any pending messages should be discarded, Otherwise, they will be sent to the Exception Destination.
administrator
operator