com.ibm.websphere.sib.admin
Interface SIBInboundReceiverStream
All Superinterfaces:
java.io.Serializable
- public interface SIBInboundReceiverStream
- extends java.io.Serializable
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getActiveMessages()
Get the number of messages currently on this stream.
|
|
getLastDeliveredMessage()
Get the system ID of the last message delivered on the
stream.
|
|
getPriority()
Get the priority of this message stream (0-9) .
|
|
getReliability()
Get the reliability of this message stream
(BestEffortNonPersistent, ExpressNonPersistent,
ReliableNonPersistent, Reliablepersistent,
AssuredPersistent).
|
|
getState()
Get the state of this stream.
|
|
getStreamId()
Get the system id of this inbound receiver.
|
Method Detail
getStreamId
- java.lang.String getStreamId()
Get the system id of this inbound receiver.
Returns:
String the system id of the inbound receiver
getReliability
- java.lang.String getReliability( )
Get the reliability of this message stream
(BestEffortNonPersistent, ExpressNonPersistent,
ReliableNonPersistent, Reliablepersistent,
AssuredPersistent).
Returns:
String The stream reliability.
getPriority
- int getPriority()
Get the priority of this message stream (0-9) .
Returns:
int The stream priority (0-9).
getActiveMessages
- long getActiveMessages()
Get the number of messages currently on this stream.
Returns:
long Number of message currently on the stream.
getLastDeliveredMessage
- long getLastDeliveredMessage()
Get the system ID of the last message delivered on the
stream.
Returns:
long ID of last delivered message.
getState
- java.lang.String getState()
Get the state of this stream.
Returns:
String