com.ibm.websphere.sib.admin

Interface SIBInboundReceiver

  • All Superinterfaces:
    java.io.Serializable


    public interface SIBInboundReceiver
    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

      Methods 
      Modifier and Type Method and Description
      long getDepth()
      The number of messages queued on the inbound receiver.
      java.lang.String getId()
      Get the system id of this inbound receiver.
      long getLastTickReceived()
      Get the "tick" of the last message received.
      java.lang.String getName()
      Get the system display name of this inbound receiver.
      long getNumberOfMessagesReceived()
      The number of messages already received on the inbound receiver, since the messaging engine last started.
      java.lang.String getRemoteEngineUuid()
      The uuid of the messaging engine that hosts the remote message point.
      java.lang.String 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.
IBM WebSphere Application ServerTM
Release 8.5