org.apache.openejb.jee.sun
Class Cache

java.lang.Object
  extended by org.apache.openejb.jee.sun.Cache

public class Cache
extends java.lang.Object


Field Summary
protected  java.util.List<CacheHelper> cacheHelper
           
protected  java.util.List<CacheMapping> cacheMapping
           
protected  DefaultHelper defaultHelper
           
protected  java.lang.String enabled
           
protected  java.lang.String maxEntries
           
protected  java.util.List<Property> property
           
protected  java.lang.String timeoutInSeconds
           
 
Constructor Summary
Cache()
           
 
Method Summary
 java.util.List<CacheHelper> getCacheHelper()
           
 java.util.List<CacheMapping> getCacheMapping()
           
 DefaultHelper getDefaultHelper()
           
 java.lang.String getEnabled()
           
 java.lang.String getMaxEntries()
           
 java.util.List<Property> getProperty()
           
 java.lang.String getTimeoutInSeconds()
           
 void setDefaultHelper(DefaultHelper value)
           
 void setEnabled(java.lang.String value)
           
 void setMaxEntries(java.lang.String value)
           
 void setTimeoutInSeconds(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Cache

public Cache()
Method Detail

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.