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
SIBRemoteConsumerReceivergetRemoteConsumerReceiver()
           Gets the remote consumers
voidflush(SIBRemoteConsumerReceiver rcr)
          

Deprecated.

  This method is deprecated.
voidcancelAllRequests(SIBRemoteConsumerReceiver rcr)
           Cancel all message requests
voidrequestFlush(SIBRemoteConsumerReceiver rcr, java.lang.Boolean discard)
          

Deprecated.

  This method is deprecated.
SIBRemoteMessageRequest[]listRemoteMessageRequests(SIBRemoteConsumerReceiver rcr)
           List all current remote message requests
voidremove(SIBRemoteConsumerReceiver rcr, 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 SIBRemoteConsumerReceiver getRemoteConsumerReceiver()

     Gets the remote consumers

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


flush

public void flush(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(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(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 SIBRemoteMessageRequest[] listRemoteMessageRequests(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(SIBRemoteConsumerReceiver rcr, 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 Corporation 2002, 2012