|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Field Summary | |
static javax.management.ObjectName |
OBJECT_NAME
|
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
long |
getCacheHits()
Gets the cacheHits |
long |
getCacheMisses()
Gets the cacheMisses |
javax.management.ObjectName |
getCacheStore()
The getCacheStore method |
long |
getCurrentMemoryUsage()
Gets the CurrentMemoryUsage |
int |
getHardRefCacheSize()
Gets the hardRefCacheSize |
long |
getHighMemoryMark()
Gets the highMemoryMark |
MessageCache |
getInstance()
The getInstance method |
boolean |
getMakeSoftReferences()
Gets whether to make soft references |
int |
getMaximumHard()
Gets the maximum number of hard messages |
long |
getMaxMemoryMark()
Gets the maxMemoryMark |
int |
getMinimumHard()
Gets the minimum number of hard messages |
long |
getSoftenAtLeastEveryMillis()
Gets the maximum length between softening checks |
long |
getSoftenedSize()
The getSoftenedSize method |
long |
getSoftenNoMoreOftenThanMillis()
Gets the minimum length between softening checks |
long |
getSoftenWaitMillis()
Gets the length of time to wait before checking whether we should soften |
int |
getSoftRefCacheSize()
Gets the softRefCacheSize |
int |
getTotalCacheSize()
Gets the totalCacheSize |
void |
setCacheStore(javax.management.ObjectName cacheStoreName)
|
void |
setHighMemoryMark(long highMemoryMark)
Sets the highMemoryMark |
void |
setMakeSoftReferences(boolean makeSoftReferences)
Sets whether to make soft references |
void |
setMaximumHard(int maximumHard)
Sets the maximum number of hard messages |
void |
setMaxMemoryMark(long maxMemoryMark)
Sets the maxMemoryMark |
void |
setMinimumHard(int minimumHard)
Sets the minimum number of hard messages |
void |
setSoftenAtLeastEveryMillis(long millis)
Sets the minimum length between softening checks |
void |
setSoftenNoMoreOftenThanMillis(long millis)
Sets the minimum length between softening checks |
void |
setSoftenWaitMillis(long millis)
Sets the length of time to wait before checking whether we should soften |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public MessageCache getInstance()
getInstance
method
MessageCache
valuepublic int getHardRefCacheSize()
public long getSoftenedSize()
getSoftenedSize
method
long
valuepublic int getSoftRefCacheSize()
public int getTotalCacheSize()
public long getCacheMisses()
public long getCacheHits()
public boolean getMakeSoftReferences()
public void setMakeSoftReferences(boolean makeSoftReferences)
public int getMinimumHard()
public void setMinimumHard(int minimumHard)
minimumHard
- the minimum number of hard messagespublic int getMaximumHard()
public void setMaximumHard(int maximumHard)
maximumHard
- the maximum number of hard messagespublic long getSoftenWaitMillis()
public void setSoftenWaitMillis(long millis)
millis
- the time to wait in millispublic long getSoftenNoMoreOftenThanMillis()
public void setSoftenNoMoreOftenThanMillis(long millis)
public long getSoftenAtLeastEveryMillis()
public void setSoftenAtLeastEveryMillis(long millis)
public long getHighMemoryMark()
public void setHighMemoryMark(long highMemoryMark)
highMemoryMark
- The highMemoryMark to setpublic long getMaxMemoryMark()
public void setMaxMemoryMark(long maxMemoryMark)
maxMemoryMark
- The maxMemoryMark to setpublic long getCurrentMemoryUsage()
public void setCacheStore(javax.management.ObjectName cacheStoreName)
public javax.management.ObjectName getCacheStore()
getCacheStore
method
ObjectName
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |