com.ibm.websphere.sib.admin
Interface SIBInboundReceiver
All Superinterfaces:
java.io.Serializable
- public interface SIBInboundReceiver
- extends java.io.Serializable
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDepth()
The number of messages queued on the inbound receiver.
|
|
getId()
Get the system id of this inbound receiver.
|
|
getLastTickReceived()
Get the "tick" of the last message received.
|
|
getName()
Get the system display name of this inbound receiver.
|
|
getNumberOfMessagesReceived()
The number of messages already received on the inbound
receiver, since the messaging engine last started.
|
|
getRemoteEngineUuid()
The uuid of the messaging engine that hosts the remote
message point.
|
|
getType()
The delivery stream type of the inbound receiver.
|
Method Detail
getId
- java.lang.String getId()
Get the system id of this inbound receiver.
Returns:
String the system id of the inbound receiver
getName
- java.lang.String getName()
Get the system display name of this inbound receiver.
Returns:
String the system display name of the inbound
receiver
getLastTickReceived
- long getLastTickReceived()
Get the "tick" of the last message received.
Returns:
long Last message "tick".
getRemoteEngineUuid
- java.lang.String getRemoteEngineUuid( )
The uuid of the messaging engine that hosts the remote
message point.
Returns:
String The uuid of the remote messaging engine.
getType
- java.lang.String getType()
The delivery stream type of the inbound receiver. (Unicast,
Anycast, or PubSub.
Returns:
String The delivery stream type.
getDepth
- long getDepth()
The number of messages queued on the inbound receiver.
Returns:
long Number of messages queued.
getNumberOfMessagesReceived
- long getNumberOfMessagesReceived( )
The number of messages already received on the inbound
receiver, since the messaging engine last started.
Returns:
long Number of messages received since messaging
engine start.