com.ibm.websphere.sib.admin
Interface SIBRemoteConsumerTransmitter
- public interface SIBRemoteConsumerTransmitter
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDepth()
Get the number of messages
|
|
getDestinationName()
For a "Gathering" consumer, return the target destination
name.
|
|
getId()
Get the unique system id.
|
|
getName()
Get the internal display name.
|
|
getNumberOfCompletedRequests()
The number of completed "consuming" requests.
|
|
getNumberOfRequestsReceived()
The total number of requests.
|
|
getRemoteEngineUuid()
Get the remote messaging engine uuid for where the consumer
is connected.
|
|
getType()
The delivery stream type.
|
|
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