This class represents a summary about a single registered TIBCO Rendezvous certified listener that the EMS server exports messages to.
More...
|
override string | ToString () |
| Returns a String that represents the current Object More...
|
|
|
long | LastConf [get] |
| Returns the TIBCO Rendezvous Certified Messaging sequence number of the last message for which the listener confirmed delivery. More...
|
|
string | Name [get] |
| Returns the name of the TIBCO Rendezvous certified listener that this object summarizes. More...
|
|
bool | Dynamic [get] |
| Indicates whether or not the TIBCO Rendezvous certified listener had been pre-registered or whether it was created dynamically. More...
|
|
This class represents a summary about a single registered TIBCO Rendezvous certified listener that the EMS server exports messages to.
override string TIBCO.EMS.ADMIN.CMLedgerListenerInfo.ToString |
( |
| ) |
|
|
inline |
Returns a String that represents the current Object
bool TIBCO.EMS.ADMIN.CMLedgerListenerInfo.Dynamic |
|
get |
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.
long TIBCO.EMS.ADMIN.CMLedgerListenerInfo.LastConf |
|
get |
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.
string TIBCO.EMS.ADMIN.CMLedgerListenerInfo.Name |
|
get |
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.