Uses of Class
org.apache.openejb.core.stateful.Instance

Packages that use Instance
org.apache.openejb.core.stateful   
 

Uses of Instance in org.apache.openejb.core.stateful
 

Fields in org.apache.openejb.core.stateful with type parameters of type Instance
protected  Cache<java.lang.Object,Instance> StatefulContainer.cache
           
 

Methods in org.apache.openejb.core.stateful that return types with arguments of type Instance
 Cache<java.lang.Object,Instance> StatefulContainerFactory.getCache()
           
 

Methods in org.apache.openejb.core.stateful with parameters of type Instance
 void StatefulContainer.StatefulCacheListener.afterLoad(Instance instance)
           
 void StatefulContainer.StatefulCacheListener.beforeStore(Instance instance)
           
 void StatefulContainer.StatefulCacheListener.timedOut(Instance instance)
           
 

Method parameters in org.apache.openejb.core.stateful with type arguments of type Instance
 void StatefulContainerFactory.setCache(Cache<java.lang.Object,Instance> cache)
           
 

Constructor parameters in org.apache.openejb.core.stateful with type arguments of type Instance
StatefulContainer(java.lang.Object id, SecurityService securityService, Cache<java.lang.Object,Instance> cache)
           
 



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