@JMXBean(resourceBundleName="org.fujion.common.MessageBundle",
descriptionKey="org.fujion.console.cache.description",
sorted=true)
public class CacheManagementConsole
extends Object
implements JMXConsole.IJMXConsolePlugin
| Constructor and Description |
|---|
CacheManagementConsole() |
| Modifier and Type | Method and Description |
|---|---|
String |
clearELCache()
Refreshes the expression cache.
|
String |
clearFSPCache()
Clears the page definition cache.
|
String |
getELCacheSize()
Returns the size of the expression cache.
|
String |
getFSPCacheSize()
Returns the size of the page definition cache.
|
String |
getType()
The MBean type value.
|
String |
refreshFSPCache()
Refreshes the page definition cache.
|
public String getType()
JMXConsole.IJMXConsolePlugingetType in interface JMXConsole.IJMXConsolePlugin@JMXBeanAttribute(sortValue="10",
nameKey="org.fujion.console.cache.fsp.size.name",
descriptionKey="org.fujion.console.cache.fsp.size.description")
public String getFSPCacheSize()
@JMXBeanOperation(sortValue="11",
nameKey="org.fujion.console.cache.fsp.clear.name",
impactType=ACTION,
descriptionKey="org.fujion.console.cache.fsp.clear.description")
public String clearFSPCache()
@JMXBeanOperation(sortValue="12",
nameKey="org.fujion.console.cache.fsp.refresh.name",
impactType=ACTION,
descriptionKey="org.fujion.console.cache.fsp.refresh.description")
public String refreshFSPCache()
@JMXBeanAttribute(sortValue="20",
nameKey="org.fujion.console.cache.exp.size.name",
descriptionKey="org.fujion.console.cache.exp.size.description")
public String getELCacheSize()
@JMXBeanOperation(sortValue="21",
nameKey="org.fujion.console.cache.exp.clear.name",
impactType=ACTION,
descriptionKey="org.fujion.console.cache.exp.clear.description")
public String clearELCache()
Copyright © 2018 Fujion Framework. All rights reserved.