com.ibm.websphere.sib.admin
Interface SIBRemoteConsumerReceiver
-
public interface SIBRemoteConsumerReceiverProperties of a remote message consumer.
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDestinationName()For a "Gathering" consumer, return the target destination name.java.lang.StringgetId()Unique idlonggetLastTickReceived()The last tick number receivedjava.lang.StringgetName()Name of consumerlonggetNumberOfActiveRequests()The number of current consumer requestslonggetNumberOfCompletedRequests()The number of completed consumer requestslonggetNumberOfRequestsIssued()The total number of consumer requests issuedjava.lang.StringgetRemoteEngineUuid()The uuid of the remote messaging enginejava.lang.StringgetType()The type of remote consumer.booleanisGatheringConsumer()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
-
-