Package com.tibco.tibjms.admin
Class JACIInfo
- java.lang.Object
- 
- com.tibco.tibjms.admin.JACIInfo
 
- 
 public class JACIInfo extends java.lang.ObjectThis class represents a set of statistics about the JACI cache collected from the EMS server.
- 
- 
Constructor SummaryConstructors Constructor Description JACIInfo(java.lang.Object json)For Internal use only, may be removed or deprecated in future.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JACIInfofrom(javax.management.openmbean.CompositeData cd)For Internal use only, may be removed or deprecated in future.longgetHits()longgetMisses()longgetSize()longgetStaleHits()java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
JACIInfopublic JACIInfo(java.lang.Object json) throws JMSExceptionFor Internal use only, may be removed or deprecated in future.- Throws:
- JMSException
 
 
- 
 - 
Method Detail- 
getHitspublic long getHits() - Returns:
- The number of JACI results retrieved from the cache since the last statistics reset.
 
 - 
getMissespublic long getMisses() - Returns:
- The number of JACI requests that were not fulfilled by the cache since the last statistics reset.
 
 - 
getSizepublic long getSize() - Returns:
- The number of entries in the JACI cache.
 
 - 
getStaleHitspublic long getStaleHits() - Returns:
- The number of times an entry in the JACI cache was found to be out of date.
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
frompublic static JACIInfo from(javax.management.openmbean.CompositeData cd) throws java.lang.Exception For Internal use only, may be removed or deprecated in future.- Returns:
- a JACIInfo object from CompositeData
- Throws:
- java.lang.IllegalArgumentException- if CompositeType does not match or if a null CompositeData is passed.
- java.lang.Exception
 
 
- 
 
-