com.ibm.websphere.sib.admin

Interface SIBRemoteConsumerTransmitter


  1. 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

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

Method Detail

getId

  1. java.lang.String getId()
Get the unique system id.
Returns:
String Unique system id.

getName

  1. java.lang.String getName()
Get the internal display name.
Returns:
String Internal display name.

getDepth

  1. long getDepth()
Get the number of messages
Returns:
String Internal display name.

getRemoteEngineUuid

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

getType

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

getNumberOfCompletedRequests

  1. long getNumberOfCompletedRequests( )
The number of completed "consuming" requests.
Returns:
long Number of completed requests.

getNumberOfRequestsReceived

  1. long getNumberOfRequestsReceived( )
The total number of requests.
Returns:
long Total number of requests.

isGatheringConsumer

  1. boolean isGatheringConsumer()
Is this consumer a "Gathering" request
Returns:
boolean

getDestinationName

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