IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sib.admin
Interface SIBRemoteConsumerTransmitter


public interface SIBRemoteConsumerTransmitter

This class specifies the properties of a remote consumer transmitter point. This represents a message point on a messaging engine for a consumer connected to the bus at a remote messaging engine to the local message point.


Method Summary
 long getDepth()
          Get the number of messages
 java.lang.String getDestinationName()
          For a "Gathering" consumer, return the target destination name.
 java.lang.String getId()
          Get the unique system id.
 java.lang.String getName()
          Get the internal display name.
 long getNumberOfCompletedRequests()
          The number of completed "consuming" requests.
 long getNumberOfRequestsReceived()
          The total number of requests.
 java.lang.String getRemoteEngineUuid()
          Get the remote messaging engine uuid for where the consumer is connected.
 java.lang.String getType()
          The delivery stream type.
 boolean isGatheringConsumer()
          Is this consumer a "Gathering" request
 

Method Detail

getId

java.lang.String getId()
Get the unique system id.

Returns:
String Unique system id.

getName

java.lang.String getName()
Get the internal display name.

Returns:
String Internal display name.

getDepth

long getDepth()
Get the number of messages

Returns:
String Internal display name.

getRemoteEngineUuid

java.lang.String getRemoteEngineUuid()
Get the remote messaging engine uuid for where the consumer is connected.

Returns:
String The remote messaging engine uuid.

getType

java.lang.String getType()
The delivery stream type. (Unicast, Anycast, or PubSub.

Returns:
String The delivery stream type.

getNumberOfCompletedRequests

long getNumberOfCompletedRequests()
The number of completed "consuming" requests.

Returns:
long Number of completed requests.

getNumberOfRequestsReceived

long getNumberOfRequestsReceived()
The total number of requests.

Returns:
long Total number of requests.

isGatheringConsumer

boolean isGatheringConsumer()
Is this consumer a "Gathering" request

Returns:
boolean

getDestinationName

java.lang.String getDestinationName()
For a "Gathering" consumer, return the target destination name.

Returns:
String

IBM WebSphere Application ServerTM
Release 7