org.apache.openejb.core.stateful
Class StatefulContainerFactory

java.lang.Object
  extended by org.apache.openejb.core.stateful.StatefulContainerFactory

public class StatefulContainerFactory
extends Object


Constructor Summary
StatefulContainerFactory()
           
 
Method Summary
 StatefulContainer create()
           
 Cache<Object,Instance> getCache()
           
 Object getId()
           
 Properties getProperties()
           
 SecurityService getSecurityService()
           
 void setBulkPassivate(String s)
           
 void setCache(Cache<Object,Instance> cache)
           
 void setCache(String s)
           
 void setCapacity(String s)
           
 void setId(Object id)
           
 void setPassivator(String s)
           
 void setProperties(Properties properties)
           
 void setSecurityService(SecurityService securityService)
           
 void setTimeOut(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulContainerFactory

public StatefulContainerFactory()
Method Detail

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.