org.apache.openejb.jee.sun
Class Cache
java.lang.Object
org.apache.openejb.jee.sun.Cache
public class Cache
- extends Object
Constructor Summary |
Cache()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxEntries
protected String maxEntries
timeoutInSeconds
protected String timeoutInSeconds
enabled
protected String enabled
cacheHelper
protected List<CacheHelper> cacheHelper
defaultHelper
protected DefaultHelper defaultHelper
property
protected List<Property> property
cacheMapping
protected List<CacheMapping> cacheMapping
Cache
public Cache()
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)
getProperty
public List<Property> getProperty()
getCacheMapping
public List<CacheMapping> getCacheMapping()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.