|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.StoreInfo
public abstract class StoreInfo
Class representing information about server's store.
Constructor Summary | |
---|---|
StoreInfo(MapMessage msg)
|
|
StoreInfo(MapMessage msg,
int type)
|
Method Summary | |
---|---|
long |
getFileSize()
Deprecated. this method is not applicable to all store types. Instead, if applicable, use FileStoreInfo.getSize() . |
long |
getFreeSpace()
Deprecated. this method is not applicable to all store types. Instead, if applicable, use FileStoreInfo.getNotInUseSpace() . |
long |
getMsgBytes()
Get the total size of the data messages stored in the store. |
long |
getMsgCount()
Get the number of data messages stored in the store. |
long |
getSwappedBytes()
Get the total size of the data messages stored in the store as a result of swapping out non-persistent messages. |
long |
getSwappedCount()
Get the number of data messages stored in the store as a result of swapping out non-persistent messages. |
long |
getUsedSpace()
Deprecated. this method is not applicable to all store types. Instead, if applicable, use FileStoreInfo.getInUseSpace() . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoreInfo(MapMessage msg) throws JMSException
JMSException
public StoreInfo(MapMessage msg, int type) throws JMSException
JMSException
Method Detail |
---|
public long getMsgCount()
public long getMsgBytes()
public long getSwappedCount()
public long getSwappedBytes()
public long getFreeSpace()
FileStoreInfo.getNotInUseSpace()
.
public long getUsedSpace()
FileStoreInfo.getInUseSpace()
.
public long getFileSize()
FileStoreInfo.getSize()
.
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |