Package com.tibco.tibjms.admin
Class CMLedgerSubjectInfo
- java.lang.Object
- 
- com.tibco.tibjms.admin.CMLedgerSubjectInfo
 
- 
 public class CMLedgerSubjectInfo extends java.lang.ObjectThis class represents an outbound subject entry in a TIBCO Rendezvous Certified Messaging ledger file.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLastSent()Returns the sequence number of the most recent message sent with this subject name.CMLedgerListenerInfo[]getListeners()Returns an array of CMLedgerListenerInfo objects, one for each registered listener.java.lang.StringgetSubject()Returns the name of the subject that this object summarizes.intgetTotalMsgs()Returns the total number of messages stored on this subject.intgetTotalSize()Returns the total storage (in bytes) occupied by all messages with this subject name.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getSubjectpublic java.lang.String getSubject() Returns the name of the subject that this object summarizes.- Returns:
- the name of the subject that this object summarizes.
 
 - 
getLastSentpublic long getLastSent() Returns the sequence number of the most recent message sent with this subject name.- Returns:
- the sequence number of the most recent message sent with this subject name.
 
 - 
getTotalMsgspublic int getTotalMsgs() Returns the total number of messages stored on this subject.- Returns:
- the total number of messages stored on this subject.
 
 - 
getTotalSizepublic int getTotalSize() 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.- Returns:
- the total storage (in bytes) occupied by all messages with this subject name.
 
 - 
getListenerspublic CMLedgerListenerInfo[] getListeners() Returns an array of CMLedgerListenerInfo objects, one for each registered listener.- Returns:
- an array of CMLedgerListenerInfo objects, one for each registered listener.
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-