com.ibm.websphere.sib.admin

Interface SIBInboundReceiver

All Superinterfaces:
java.io.Serializable

  1. public interface SIBInboundReceiver
  2. extends java.io.Serializable
This class specifies the properties of an inbound receiver message point for messages being received by a messaging engine from a corresponding remote message point.

Method Summary

Modifier and Type Method and Description
  1. long
getDepth()
The number of messages queued on the inbound receiver.
  1. java.lang.String
getId()
Get the system id of this inbound receiver.
  1. long
getLastTickReceived()
Get the "tick" of the last message received.
  1. java.lang.String
getName()
Get the system display name of this inbound receiver.
  1. long
getNumberOfMessagesReceived()
The number of messages already received on the inbound receiver, since the messaging engine last started.
  1. java.lang.String
getRemoteEngineUuid()
The uuid of the messaging engine that hosts the remote message point.
  1. java.lang.String
getType()
The delivery stream type of the inbound receiver.

Method Detail

getId

  1. java.lang.String getId()
Get the system id of this inbound receiver.
Returns:
String the system id of the inbound receiver

getName

  1. java.lang.String getName()
Get the system display name of this inbound receiver.
Returns:
String the system display name of the inbound receiver

getLastTickReceived

  1. long getLastTickReceived()
Get the "tick" of the last message received.
Returns:
long Last message "tick".

getRemoteEngineUuid

  1. 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

  1. java.lang.String getType()
The delivery stream type of the inbound receiver. (Unicast, Anycast, or PubSub.
Returns:
String The delivery stream type.

getDepth

  1. long getDepth()
The number of messages queued on the inbound receiver.
Returns:
long Number of messages queued.

getNumberOfMessagesReceived

  1. 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.