org.apache.openejb.core.stateful
Class StatefulContainerFactory

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

public class StatefulContainerFactory
extends java.lang.Object


Constructor Summary
StatefulContainerFactory()
           
 
Method Summary
 StatefulContainer create()
           
 Cache<java.lang.Object,Instance> getCache()
           
 java.lang.Object getId()
           
 java.util.Properties getProperties()
           
 SecurityService getSecurityService()
           
 void setBulkPassivate(java.lang.String s)
           
 void setCache(Cache<java.lang.Object,Instance> cache)
           
 void setCache(java.lang.String s)
           
 void setCapacity(java.lang.String s)
           
 void setId(java.lang.Object id)
           
 void setPassivator(java.lang.String s)
           
 void setProperties(java.util.Properties properties)
           
 void setSecurityService(SecurityService securityService)
           
 void setTimeOut(java.lang.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 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.