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