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