TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
|
This class represents an outbound subject entry in a TIBCO Rendezvous Certified Messaging ledger file. More...
Public Member Functions | |
override string | ToString () |
Returns a String that represents the current Object More... | |
Properties | |
string | Subject [get] |
Returns the name of the subject that this object summarizes. More... | |
long | LastSent [get] |
Returns the sequence number of the most recent message sent with this subject name. More... | |
int | TotalMsgs [get] |
Returns the total number of messages stored on this subject. More... | |
int | TotalSize [get] |
Returns the total storage (in bytes) occupied by all messages with this subject name. More... | |
CMLedgerListenerInfo[] | Listeners [get] |
Returns an array of CMLedgerListenerInfo objects, one for each registered listener. More... | |
This class represents an outbound subject entry in a TIBCO Rendezvous Certified Messaging ledger file.
|
inline |
Returns a String that represents the current Object
|
get |
Returns the sequence number of the most recent message sent with this subject name.
|
get |
Returns an array of CMLedgerListenerInfo objects, one for each registered listener.
|
get |
Returns the name of the subject that this object summarizes.
|
get |
Returns the total number of messages stored on this subject.
|
get |
Returns the total storage (in bytes) occupied by all messages with this subject name.
If the ledger contains several messages with this subject name, then this field sums the storage space over all of them.