Package com.sun.ejb.base.container.util
Class CacheProperties
java.lang.Object
com.sun.ejb.base.container.util.CacheProperties
- All Implemented Interfaces:
org.glassfish.hk2.api.PostConstruct
A util class to read the bean cache related entries from
domain.xml and sun-ejb-jar.xml
- Author:
- Mahesh Kannan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_logger
-
-
Constructor Details
-
CacheProperties
public CacheProperties()
-
-
Method Details
-
postConstruct
public void postConstruct()- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
init
-
getMaxCacheSize
public int getMaxCacheSize() -
getNumberOfVictimsToSelect
public int getNumberOfVictimsToSelect() -
getCacheIdleTimeoutInSeconds
public int getCacheIdleTimeoutInSeconds() -
getRemovalTimeoutInSeconds
public int getRemovalTimeoutInSeconds() -
getVictimSelectionPolicy
-
getPassivationStorePath
-
toString
-