Uses of Class
org.apache.openejb.util.Index

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

Uses of Index in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return Index
 Index<javax.persistence.EntityManagerFactory,Map> CoreDeploymentInfo.getExtendedEntityManagerFactories()
           
 

Methods in org.apache.openejb.core with parameters of type Index
 void CoreDeploymentInfo.setExtendedEntityManagerFactories(Index<javax.persistence.EntityManagerFactory,Map> extendedEntityManagerFactories)
           
 

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

Methods in org.apache.openejb.core.stateful with parameters of type Index
 void StatefulInstanceManager.deploy(CoreDeploymentInfo deploymentInfo, Index<Method,StatefulContainer.MethodType> index)
           
 Map<javax.persistence.EntityManagerFactory,javax.persistence.EntityManager> BeanEntry.getEntityManagers(Index<javax.persistence.EntityManagerFactory,Map> factories)
           
 Map<javax.persistence.EntityManagerFactory,javax.persistence.EntityManager> StatefulInstanceManager.getEntityManagers(ThreadContext callContext, Index<javax.persistence.EntityManagerFactory,Map> factories)
           
 void BeanEntry.setEntityManagers(Index<javax.persistence.EntityManagerFactory,javax.persistence.EntityManager> entityManagers)
           
 void StatefulInstanceManager.setEntityManagers(ThreadContext callContext, Index<javax.persistence.EntityManagerFactory,javax.persistence.EntityManager> entityManagers)
           
 



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