com.ibm.websphere.sib.admin

Interface SIBInboundReceiverStream

All Superinterfaces:
java.io.Serializable

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

Method Summary

Modifier and Type Method and Description
  1. long
getActiveMessages()
Get the number of messages currently on this stream.
  1. long
getLastDeliveredMessage()
Get the system ID of the last message delivered on the stream.
  1. int
getPriority()
Get the priority of this message stream (0-9) .
  1. java.lang.String
getReliability()
Get the reliability of this message stream (BestEffortNonPersistent, ExpressNonPersistent, ReliableNonPersistent, Reliablepersistent, AssuredPersistent).
  1. java.lang.String
getState()
Get the state of this stream.
  1. java.lang.String
getStreamId()
Get the system id of this inbound receiver.

Method Detail

getStreamId

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

getReliability

  1. java.lang.String getReliability( )
Get the reliability of this message stream (BestEffortNonPersistent, ExpressNonPersistent, ReliableNonPersistent, Reliablepersistent, AssuredPersistent).
Returns:
String The stream reliability.

getPriority

  1. int getPriority()
Get the priority of this message stream (0-9) .
Returns:
int The stream priority (0-9).

getActiveMessages

  1. long getActiveMessages()
Get the number of messages currently on this stream.
Returns:
long Number of message currently on the stream.

getLastDeliveredMessage

  1. long getLastDeliveredMessage()
Get the system ID of the last message delivered on the stream.
Returns:
long ID of last delivered message.

getState

  1. java.lang.String getState()
Get the state of this stream.
Returns:
String