Package com.tibco.tibjms.admin
Class CMLedgerListenerInfo
- java.lang.Object
-
- com.tibco.tibjms.admin.CMLedgerListenerInfo
-
public class CMLedgerListenerInfo extends java.lang.Object
This class represents a summary about a single registered TIBCO Rendezvous certified listener that the EMS server exports messages to.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLastConf()
Returns the TIBCO Rendezvous Certified Messaging sequence number of the last message for which the listener confirmed delivery.java.lang.String
getName()
Returns the name of the TIBCO Rendezvous certified listener that this object summarizes.boolean
isDynamic()
Indicates whether or not the TIBCO Rendezvous certified listener had been pre-registered or whether it was created dynamically.java.lang.String
toString()
-
-
-
Method Detail
-
getLastConf
public long getLastConf()
Returns the TIBCO Rendezvous Certified Messaging sequence number of the last message for which the listener confirmed delivery.- Returns:
- the sequence number of the last message for which the listener confirmed delivery.
-
getName
public java.lang.String getName()
Returns the name of the TIBCO Rendezvous certified listener that this object summarizes.- Returns:
- the name of the TIBCO Rendezvous certified listener that this object summarizes.
-
isDynamic
public boolean isDynamic()
Indicates whether or not the TIBCO Rendezvous certified listener had been pre-registered or whether it was created dynamically.- Returns:
- true if TIBCO Rendezvous certified listener had been created dynamically, false if it was pre-registered.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-