org.apache.openejb.jee.sun
Class Cache

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

public class Cache
extends Object


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

Field Detail

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

Cache

public Cache()
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)

getProperty

public List<Property> getProperty()

getCacheMapping

public List<CacheMapping> getCacheMapping()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.