SIBRemoteSubscriptionPoint MBean

Partial ObjectName:
WebSphere:*,type=SIBRemoteSubscriptionPoint


MBean SIBRemoteSubscriptionPoint

Management interface for a SIBRemoteSubscriptionPoint


Attribute Summary
java.lang.Stringid
           An internally generated ID for the object
java.lang.Stringname
           The name of the object
java.lang.LonglastTickReceived
           The last tick received
java.lang.Stringtype
           The type
java.lang.StringremoteMessagingEngineUuid
           The Uuid of the remote messaging engine where the subscription point is localized

Operation Summary
java.lang.StringgetTopicSpace()
           Gets the topic space for this remote subscription point
com.ibm.websphere.sib.admin.SIBRemoteConsumerReceivergetRemoteConsumerReceiver()
           Gets the remote consumers
voidflush(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr)
           Deprecated.  This method is deprecated.
voidcancelAllRequests(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr)
           Cancel all message requests
voidrequestFlush(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr, java.lang.Boolean discard)
           Deprecated.  This method is deprecated.
com.ibm.websphere.sib.admin.SIBRemoteMessageRequest[]listRemoteMessageRequests(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr)
           List all current remote message requests
voidremove(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr, com.ibm.websphere.sib.admin.SIBRemoteMessageRequest rmr, java.lang.Boolean discard)
           Deprecated.  This method is deprecated.

Attribute Detail

id

public java.lang.String id
An internally generated ID for the object
Since:
6.0
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

name

public java.lang.String name
The name of the object
Since:
6.0
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

lastTickReceived

public java.lang.Long lastTickReceived
The last tick received
Since:
6.0
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

type

public java.lang.String type
The type
Since:
6.0
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

remoteMessagingEngineUuid

public java.lang.String remoteMessagingEngineUuid
The Uuid of the remote messaging engine where the subscription point is localized
Since:
6.0.2
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Operation Detail

getTopicSpace

public java.lang.String getTopicSpace()
Gets the topic space for this remote subscription point
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getRemoteConsumerReceiver

public com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver getRemoteConsumerReceiver()
Gets the remote consumers
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

flush

public void flush(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr)
Deprecated.  This method is deprecated.

Flush
Parameters:
rcr - The object returned from a call to the getRemoteConsumerReceiver operation
Security Roles:
administrator
operator

cancelAllRequests

public void cancelAllRequests(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr)
Cancel all message requests
Parameters:
rcr - The object returned from a call to the getRemoteConsumerReceiver operation
Security Roles:
administrator
operator

requestFlush

public void requestFlush(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr, java.lang.Boolean discard)
Deprecated.  This method is deprecated.

Request flush at source
Parameters:
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.
Security Roles:
administrator
operator

listRemoteMessageRequests

public com.ibm.websphere.sib.admin.SIBRemoteMessageRequest[] listRemoteMessageRequests(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr)
List all current remote message requests
Parameters:
rcr - The object returned from a call to the getRemoteConsumerReceiver operation
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

remove

public void remove(com.ibm.websphere.sib.admin.SIBRemoteConsumerReceiver rcr, com.ibm.websphere.sib.admin.SIBRemoteMessageRequest rmr, java.lang.Boolean discard)
Deprecated.  This method is deprecated.

Remove a specified remote message request
Parameters:
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.
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005