Uses of Class
org.openejb.dispatch.SystemMethodIndices

Packages that use SystemMethodIndices
org.openejb   
org.openejb.dispatch   
org.openejb.entity   
org.openejb.entity.bmp   
org.openejb.entity.cmp   
org.openejb.mdb   
org.openejb.sfsb   
org.openejb.slsb   
 

Uses of SystemMethodIndices in org.openejb
 

Methods in org.openejb that return SystemMethodIndices
 SystemMethodIndices InstanceContextFactory.setSignatures(InterfaceMethodSignature[] signatures)
           
 

Constructors in org.openejb with parameters of type SystemMethodIndices
AbstractInstanceContext(SystemMethodIndices systemMethodIndices, org.apache.geronimo.core.service.Interceptor systemChain, Set unshareableResources, Set applicationManagedSecurityResources, javax.ejb.EnterpriseBean instance, EJBProxyFactory proxyFactory, BasicTimerService timerService)
           
 

Uses of SystemMethodIndices in org.openejb.dispatch
 

Methods in org.openejb.dispatch that return SystemMethodIndices
static SystemMethodIndices SystemMethodIndices.createSystemMethodIndices(InterfaceMethodSignature[] signatures, String setContextName, String setContextType, String unsetContextName)
           
 

Uses of SystemMethodIndices in org.openejb.entity
 

Constructors in org.openejb.entity with parameters of type SystemMethodIndices
EntityInstanceContext(Object containerId, EJBProxyFactory proxyFactory, javax.ejb.EnterpriseBean instance, org.apache.geronimo.core.service.Interceptor lifecycleInterceptorChain, SystemMethodIndices systemMethodIndices, Set unshareableResources, Set applicationManagedSecurityResources, BasicTimerService timerService)
           
 

Uses of SystemMethodIndices in org.openejb.entity.bmp
 

Methods in org.openejb.entity.bmp that return SystemMethodIndices
 SystemMethodIndices BMPInstanceContextFactory.setSignatures(InterfaceMethodSignature[] signatures)
           
 

Constructors in org.openejb.entity.bmp with parameters of type SystemMethodIndices
BMPInstanceContext(Object containerId, EJBProxyFactory proxyFactory, javax.ejb.EntityBean instance, org.apache.geronimo.core.service.Interceptor lifecycleInterceptorChain, SystemMethodIndices systemMethodIndices, Set unshareableResources, Set applicationManagedSecurityResources, BasicTimerService timerService)
           
 

Uses of SystemMethodIndices in org.openejb.entity.cmp
 

Methods in org.openejb.entity.cmp that return SystemMethodIndices
 SystemMethodIndices CMPInstanceContextFactory.setSignatures(InterfaceMethodSignature[] signatures)
           
 

Constructors in org.openejb.entity.cmp with parameters of type SystemMethodIndices
CMPInstanceContext(Object containerId, EJBProxyFactory proxyFactory, InstanceOperation[] itable, org.tranql.cache.FaultHandler loadFault, org.tranql.identity.IdentityTransform primaryKeyTransform, CMPInstanceContextFactory contextFactory, org.apache.geronimo.core.service.Interceptor lifecycleInterceptorChain, SystemMethodIndices systemMethodIndices, Set unshareableResources, Set applicationManagedSecurityResources, BasicTimerService timerService)
           
 

Uses of SystemMethodIndices in org.openejb.mdb
 

Methods in org.openejb.mdb that return SystemMethodIndices
 SystemMethodIndices MDBInstanceContextFactory.setSignatures(InterfaceMethodSignature[] signatures)
           
 

Constructors in org.openejb.mdb with parameters of type SystemMethodIndices
MDBInstanceContext(Object containerId, javax.ejb.MessageDrivenBean instance, org.apache.geronimo.transaction.UserTransactionImpl userTransaction, SystemMethodIndices systemMethodIndices, org.apache.geronimo.core.service.Interceptor systemChain, Set unshareableResources, Set applicationManagedSecurityResources, BasicTimerService timerService)
           
 

Uses of SystemMethodIndices in org.openejb.sfsb
 

Methods in org.openejb.sfsb that return SystemMethodIndices
 SystemMethodIndices StatefulInstanceContextFactory.setSignatures(InterfaceMethodSignature[] signatures)
           
 

Constructors in org.openejb.sfsb with parameters of type SystemMethodIndices
StatefulInstanceContext(Object containerId, EJBProxyFactory proxyFactory, javax.ejb.SessionBean instance, Object id, org.apache.geronimo.transaction.UserTransactionImpl userTransaction, SystemMethodIndices systemMethodIndices, org.apache.geronimo.core.service.Interceptor systemChain, Set unshareableResources, Set applicationManagedSecurityResources)
           
 

Uses of SystemMethodIndices in org.openejb.slsb
 

Methods in org.openejb.slsb that return SystemMethodIndices
 SystemMethodIndices StatelessInstanceContextFactory.setSignatures(InterfaceMethodSignature[] signatures)
           
 

Constructors in org.openejb.slsb with parameters of type SystemMethodIndices
StatelessInstanceContext(Object containerId, javax.ejb.SessionBean instance, EJBProxyFactory proxyFactory, org.apache.geronimo.transaction.UserTransactionImpl userTransaction, SystemMethodIndices systemMethodIndices, org.apache.geronimo.core.service.Interceptor systemChain, Set unshareableResources, Set applicationManagedSecurityResources, BasicTimerService timerService)
           
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.