com.ibm.websphere.sib.admin
Interface SIBRemoteConsumerReceiver
- public interface SIBRemoteConsumerReceiver
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDestinationName()
For a "Gathering" consumer, return the target destination
name.
|
|
getId()
Unique id
|
|
getLastTickReceived()
The last tick number received
|
|
getName()
Name of consumer
|
|
getNumberOfActiveRequests()
The number of current consumer requests
|
|
getNumberOfCompletedRequests()
The number of completed consumer requests
|
|
getNumberOfRequestsIssued()
The total number of consumer requests issued
|
|
getRemoteEngineUuid()
The uuid of the remote messaging engine
|
|
getType()
The type of remote consumer.
|
|
isGatheringConsumer()
Is this consumer a "Gathering" request
|
Method Detail
getId
- java.lang.String getId()
Unique id
Returns:
String
getName
- java.lang.String getName()
Name of consumer
Returns:
String
getLastTickReceived
- long getLastTickReceived()
The last tick number received
Returns:
long
getRemoteEngineUuid
- java.lang.String getRemoteEngineUuid( )
The uuid of the remote messaging engine
Returns:
String
getType
- java.lang.String getType()
The type of remote consumer.
Returns:
String
getNumberOfActiveRequests
- long getNumberOfActiveRequests( )
The number of current consumer requests
Returns:
long
getNumberOfCompletedRequests
- long getNumberOfCompletedRequests( )
The number of completed consumer requests
Returns:
long
getNumberOfRequestsIssued
- long getNumberOfRequestsIssued( )
The total number of consumer requests issued
Returns:
long
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