| com.flexive.shared.mbeans.FxCacheMBean
All known Subclasses: com.flexive.ejb.mbeans.FxCache, com.flexive.shared.mbeans.FxCacheProxy,
FxCacheMBean | public interface FxCacheMBean extends FxBackingCache(Code) | | Tree cache interface
author: UCS |
STREAMING_PORT | int STREAMING_PORT(Code) | | Port of the streaming server
|
getDeploymentId | String getDeploymentId()(Code) | | Return the Id of this deployment of flexive (used to check existance of running mbean server on redeployment)
deployment id |
getNodeStartTime | long getNodeStartTime()(Code) | | Returns the time this node was started up.
the time this node was started |
getSystemStartTime | long getSystemStartTime()(Code) | | Returns the time the system was started up.
the time the system was started up. |
reloadEnvironment | void reloadEnvironment(Integer divisionId) throws Exception(Code) | | Force a reload for given division
Parameters: divisionId - division throws: Exception - on errors |
setEvictionStrategy | void setEvictionStrategy(Integer divisionId, String path, Integer maxContents, Integer timeToIdle, Integer timeToLive) throws FxCacheException(Code) | | Set the eviction strategy for a path (if the backing cache supports this)
Parameters: divisionId - division Parameters: path - path Parameters: maxContents - max. number of entries to allow (0=unlimited) Parameters: timeToIdle - time a value has to be idle to be evicted (0=forever) Parameters: timeToLive - time to live (0=forever) |
|
|