com.ibm.websphere.sib.admin
Interface SIBOutboundTransmitterStream
- public interface SIBOutboundTransmitterStream
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getActiveMessages()
|
|
getMessagesSent()
|
|
getPriority()
|
|
getReliability()
|
|
getState()
|
|
getStreamId()
|
Method Detail
getStreamId
- java.lang.String getStreamId()
getReliability
- java.lang.String getReliability( )
getPriority
- int getPriority()
getActiveMessages
- long getActiveMessages()
getMessagesSent
- long getMessagesSent()
getState
- java.lang.String getState()