public class CMLedgerSubjectInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getLastSent()
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.String |
getSubject()
Returns the name of the subject that this object summarizes.
|
int |
getTotalMsgs()
Returns the total number of messages stored on this subject.
|
int |
getTotalSize()
Returns the total storage (in bytes) occupied by all messages with this
subject name.
|
java.lang.String |
toString() |
public java.lang.String getSubject()
public long getLastSent()
public int getTotalMsgs()
public int getTotalSize()
public CMLedgerListenerInfo[] getListeners()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © Cloud Software Group, Inc. All rights reserved