org.apache.openejb.core.stateful
Class StatefulContainerFactory
java.lang.Object
org.apache.openejb.core.stateful.StatefulContainerFactory
public class StatefulContainerFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatefulContainerFactory
public StatefulContainerFactory()
getId
public java.lang.Object getId()
setId
public void setId(java.lang.Object id)
getSecurityService
public SecurityService getSecurityService()
setSecurityService
public void setSecurityService(SecurityService securityService)
getCache
public Cache<java.lang.Object,Instance> getCache()
setCache
public void setCache(Cache<java.lang.Object,Instance> cache)
setCache
public void setCache(java.lang.String s)
setPassivator
public void setPassivator(java.lang.String s)
setTimeOut
public void setTimeOut(java.lang.String s)
setCapacity
public void setCapacity(java.lang.String s)
setBulkPassivate
public void setBulkPassivate(java.lang.String s)
getProperties
public java.util.Properties getProperties()
setProperties
public void setProperties(java.util.Properties properties)
create
public StatefulContainer create()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.