|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.StoreInfo
Class representing information about a server's store file.
Constructor Summary | |
StoreInfo(MapMessage msg,
int store)
|
Method Summary | |
long |
getFileSize()
Get the total size of the store file. |
long |
getFreeSpace()
Get the amount of space in the store file that is not in use. |
long |
getMsgBytes()
Get the total size of the data messages stored in the store file. |
long |
getMsgCount()
Get the number of data messages stored in the store file. |
long |
getSwappedBytes()
Get the total size of the data messages stored in the store file as a result of swapping out non-persistent messages. |
long |
getSwappedCount()
Get the number of data messages stored in the store file as a result of swapping out non-persistent messages. |
long |
getUsedSpace()
Get the amount of space in the store file that is in use. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StoreInfo(MapMessage msg, int store) throws JMSException
Method Detail |
public long getMsgCount()
public long getMsgBytes()
public long getSwappedCount()
public long getSwappedBytes()
public long getFreeSpace()
public long getUsedSpace()
public long getFileSize()
public java.lang.String toString()
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |