|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.DurableInfo
This class represents a durable subscription on the Tibjms server. The durable subscription may be active and receiving messages or it may be dormant, with its messages being stored on the server until it is active again.
Method Summary | |
java.lang.String |
getClientID()
Get the client ID associated with this durable. |
long |
getConsumerID()
Get the consumer ID associated with this durable. |
long |
getDeliveredMessageCount()
Get the number of messages that have been delivered to the durable subscription but have not yet been acknowledged. |
java.lang.String |
getDurableName()
Get the name of this durable. |
long |
getPendingMessageCount()
Get the total number of messages waiting to be delivered to this durable subscription. |
long |
getPendingMessageSize()
Get the total size, in bytes, of messages waiting to be delivered to this durable subscription. |
java.lang.String |
getSelector()
Get the selector that this durable uses. |
java.lang.String |
getTopicName()
Get the topic name that this durable subscribes to. |
java.lang.String |
getUserName()
Get the name of the authenticated user whose connection this durable subscriber is currently using. |
boolean |
isActive()
Determine if this durable is connected or dormant. |
boolean |
isNoLocalEnabled()
Indicates whether or not the durable has opted not to receive "local" messages. |
boolean |
isStatic()
Determine if this durable is static. |
java.lang.String |
toString()
Generate a string representation of this DurableInfo. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getDurableName()
public java.lang.String getTopicName()
public java.lang.String getClientID()
public java.lang.String getUserName()
public long getConsumerID()
public boolean isActive()
public long getPendingMessageCount()
public long getDeliveredMessageCount()
public long getPendingMessageSize()
public boolean isNoLocalEnabled()
public java.lang.String getSelector()
public boolean isStatic()
public java.lang.String toString()
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |