com.ibm.websphere.sib.admin
Interface SIBRemoteConsumerTransmitter
-
public interface SIBRemoteConsumerTransmitterThis 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
Methods Modifier and Type Method and Description longgetDepth()Get the number of messagesjava.lang.StringgetDestinationName()For a "Gathering" consumer, return the target destination name.java.lang.StringgetId()Get the unique system id.java.lang.StringgetName()Get the internal display name.longgetNumberOfCompletedRequests()The number of completed "consuming" requests.longgetNumberOfRequestsReceived()The total number of requests.java.lang.StringgetRemoteEngineUuid()Get the remote messaging engine uuid for where the consumer is connected.java.lang.StringgetType()The delivery stream type.booleanisGatheringConsumer()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
-
-