org.apache.openejb.jee.sun
Class Cache
java.lang.Object
org.apache.openejb.jee.sun.Cache
public class Cache
- extends java.lang.Object
Constructor Summary |
Cache()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxEntries
protected java.lang.String maxEntries
timeoutInSeconds
protected java.lang.String timeoutInSeconds
enabled
protected java.lang.String enabled
cacheHelper
protected java.util.List<CacheHelper> cacheHelper
defaultHelper
protected DefaultHelper defaultHelper
property
protected java.util.List<Property> property
cacheMapping
protected java.util.List<CacheMapping> cacheMapping
Cache
public Cache()
getMaxEntries
public java.lang.String getMaxEntries()
setMaxEntries
public void setMaxEntries(java.lang.String value)
getTimeoutInSeconds
public java.lang.String getTimeoutInSeconds()
setTimeoutInSeconds
public void setTimeoutInSeconds(java.lang.String value)
getEnabled
public java.lang.String getEnabled()
setEnabled
public void setEnabled(java.lang.String value)
getCacheHelper
public java.util.List<CacheHelper> getCacheHelper()
getDefaultHelper
public DefaultHelper getDefaultHelper()
setDefaultHelper
public void setDefaultHelper(DefaultHelper value)
getProperty
public java.util.List<Property> getProperty()
getCacheMapping
public java.util.List<CacheMapping> getCacheMapping()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.