Package org.apache.openejb.jee.sun
Class Cache
- java.lang.Object
-
- org.apache.openejb.jee.sun.Cache
-
public class Cache extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CacheHelper>cacheHelperprotected List<CacheMapping>cacheMappingprotected DefaultHelperdefaultHelperprotected Stringenabledprotected StringmaxEntriesprotected List<Property>propertyprotected StringtimeoutInSeconds
-
Constructor Summary
Constructors Constructor Description Cache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CacheHelper>getCacheHelper()List<CacheMapping>getCacheMapping()DefaultHelpergetDefaultHelper()StringgetEnabled()StringgetMaxEntries()List<Property>getProperty()StringgetTimeoutInSeconds()voidsetDefaultHelper(DefaultHelper value)voidsetEnabled(String value)voidsetMaxEntries(String value)voidsetTimeoutInSeconds(String value)
-
-
-
Field Detail
-
maxEntries
protected String maxEntries
-
timeoutInSeconds
protected String timeoutInSeconds
-
enabled
protected String enabled
-
cacheHelper
protected List<CacheHelper> cacheHelper
-
defaultHelper
protected DefaultHelper defaultHelper
-
cacheMapping
protected List<CacheMapping> cacheMapping
-
-
Method Detail
-
getMaxEntries
public String getMaxEntries()
-
setMaxEntries
public void setMaxEntries(String value)
-
getTimeoutInSeconds
public String getTimeoutInSeconds()
-
setTimeoutInSeconds
public void setTimeoutInSeconds(String value)
-
getEnabled
public String getEnabled()
-
setEnabled
public void setEnabled(String value)
-
getCacheHelper
public List<CacheHelper> getCacheHelper()
-
getDefaultHelper
public DefaultHelper getDefaultHelper()
-
setDefaultHelper
public void setDefaultHelper(DefaultHelper value)
-
getCacheMapping
public List<CacheMapping> getCacheMapping()
-
-