com.sun.ejb.base.container.util
Class CacheProperties
java.lang.Object
com.sun.ejb.base.container.util.CacheProperties
@Service
public class CacheProperties
- extends Object
A util class to read the bean cache related entries from
domain.xml and sun-ejb-jar.xml
- Author:
- Mahesh Kannan
_logger
protected static final Logger _logger
CacheProperties
public CacheProperties()
init
public void init(EjbDescriptor desc)
getMaxCacheSize
public int getMaxCacheSize()
getNumberOfVictimsToSelect
public int getNumberOfVictimsToSelect()
getCacheIdleTimeoutInSeconds
public int getCacheIdleTimeoutInSeconds()
getRemovalTimeoutInSeconds
public int getRemovalTimeoutInSeconds()
getVictimSelectionPolicy
public String getVictimSelectionPolicy()
getPassivationStorePath
public String getPassivationStorePath()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 GlassFish Community. All Rights Reserved.