| |
|
| org.jboss.mq.server.MessageCacheMBean
All known Subclasses: org.jboss.mq.server.MessageCache,
MessageCacheMBean | public interface MessageCacheMBean extends org.jboss.system.ServiceMBean(Code) | | MBean interface.
|
getCacheHits | long getCacheHits()(Code) | | Gets the cacheHits
Returns a long |
getCacheMisses | long getCacheMisses()(Code) | | Gets the cacheMisses
Returns a int |
getCurrentMemoryUsage | long getCurrentMemoryUsage()(Code) | | Gets the CurrentMemoryUsage
Returns a long |
getHardRefCacheSize | int getHardRefCacheSize()(Code) | | Gets the hardRefCacheSize
Returns a int |
getHighMemoryMark | long getHighMemoryMark()(Code) | | Gets the highMemoryMark
Returns a long |
getMakeSoftReferences | boolean getMakeSoftReferences()(Code) | | Gets whether to make soft references
true when making soft references |
getMaxMemoryMark | long getMaxMemoryMark()(Code) | | Gets the maxMemoryMark
Returns a long |
getMaximumHard | int getMaximumHard()(Code) | | Gets the maximum number of hard messages
the minimum number of hard messages |
getMinimumHard | int getMinimumHard()(Code) | | Gets the minimum number of hard messages
the minimum number of hard messages |
getSoftRefCacheSize | int getSoftRefCacheSize()(Code) | | Gets the softRefCacheSize
Returns a int |
getSoftenAtLeastEveryMillis | long getSoftenAtLeastEveryMillis()(Code) | | Gets the maximum length between softening checks
the time |
getSoftenNoMoreOftenThanMillis | long getSoftenNoMoreOftenThanMillis()(Code) | | Gets the minimum length between softening checks
the time to wait |
getSoftenWaitMillis | long getSoftenWaitMillis()(Code) | | Gets the length of time to wait before checking whether we should soften
the time to wait |
getSoftenedSize | long getSoftenedSize()(Code) | | The getSoftenedSize method
a long value |
getTotalCacheSize | int getTotalCacheSize()(Code) | | Gets the totalCacheSize
Returns a int |
setHighMemoryMark | void setHighMemoryMark(long highMemoryMark)(Code) | | Sets the highMemoryMark
Parameters: highMemoryMark - The highMemoryMark to set |
setMakeSoftReferences | void setMakeSoftReferences(boolean makeSoftReferences)(Code) | | Sets whether to make soft references
true to make soft references |
setMaxMemoryMark | void setMaxMemoryMark(long maxMemoryMark)(Code) | | Sets the maxMemoryMark
Parameters: maxMemoryMark - The maxMemoryMark to set |
setMaximumHard | void setMaximumHard(int maximumHard)(Code) | | Sets the maximum number of hard messages
Parameters: maximumHard - the maximum number of hard messages |
setMinimumHard | void setMinimumHard(int minimumHard)(Code) | | Sets the minimum number of hard messages
Parameters: minimumHard - the minimum number of hard messages |
setSoftenAtLeastEveryMillis | void setSoftenAtLeastEveryMillis(long millis)(Code) | | Sets the minimum length between softening checks
Parameters: wait - the time between checks |
setSoftenNoMoreOftenThanMillis | void setSoftenNoMoreOftenThanMillis(long millis)(Code) | | Sets the minimum length between softening checks
Parameters: wait - the time between checks |
setSoftenWaitMillis | void setSoftenWaitMillis(long millis)(Code) | | Sets the length of time to wait before checking whether we should soften
Parameters: millis - the time to wait in millis |
|
|
|