Uses of Interface
org.openejb.EJBInvocation

Packages that use EJBInvocation
org.openejb   
org.openejb.dispatch   
org.openejb.entity   
org.openejb.entity.bmp   
org.openejb.entity.cmp   
org.openejb.entity.dispatch   
org.openejb.mdb   
org.openejb.mdb.dispatch   
org.openejb.proxy   
org.openejb.server.ejbd   
org.openejb.sfsb   
org.openejb.slsb   
org.openejb.slsb.dispatch   
org.openejb.timer   
org.openejb.transaction   
 

Uses of EJBInvocation in org.openejb
 

Classes in org.openejb that implement EJBInvocation
 class EJBInvocationImpl
           
 class EJBInvocationImplRemote
           
 

Uses of EJBInvocation in org.openejb.dispatch
 

Methods in org.openejb.dispatch that return EJBInvocation
 EJBInvocation SystemMethodIndices.getEjbActivateInvocation(EJBInstanceContext instanceContext)
           
 EJBInvocation SystemMethodIndices.getEjbLoadInvocation(EJBInstanceContext instanceContext)
           
 EJBInvocation SystemMethodIndices.getEjbPassivateInvocation(EJBInstanceContext instanceContext)
           
 EJBInvocation SystemMethodIndices.getEjbStoreInvocation(EJBInstanceContext instanceContext)
           
 EJBInvocation SystemMethodIndices.getEJBTimeoutInvocation(Object id, TimerImpl timer)
           
 EJBInvocation SystemMethodIndices.getEJBCreateInvocation(EJBInstanceContext instanceContext)
           
 EJBInvocation SystemMethodIndices.getEJBRemoveInvocation(EJBInstanceContext instanceContext)
           
 EJBInvocation SystemMethodIndices.getSetContextInvocation(EJBInstanceContext instanceContext, Object context)
           
 EJBInvocation SystemMethodIndices.getUnsetContextInvocation(EJBInstanceContext instanceContext)
           
 EJBInvocation SystemMethodIndices.getAfterBeginInvocation(EJBInstanceContext instanceContext)
           
 EJBInvocation SystemMethodIndices.getBeforeCompletionInvocation(EJBInstanceContext instanceContext)
           
 EJBInvocation SystemMethodIndices.getAfterCompletionInvocation(EJBInstanceContext instanceContext, boolean comitted)
           
 

Methods in org.openejb.dispatch with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult VirtualOperation.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult EJBTimeoutOperation.execute(EJBInvocation invocation)
           
protected  org.apache.geronimo.core.service.InvocationResult AbstractMethodOperation.invoke(EJBInvocation invocation, EJBOperation operation)
           
protected  org.apache.geronimo.core.service.InvocationResult AbstractSpecificMethodOperation.invoke(EJBInvocation invocation, EJBOperation operation)
           
 

Uses of EJBInvocation in org.openejb.entity
 

Methods in org.openejb.entity with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult BusinessMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult HomeMethod.execute(EJBInvocation invocation)
           
 

Uses of EJBInvocation in org.openejb.entity.bmp
 

Methods in org.openejb.entity.bmp with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult BMPRemoveMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult BMPCreateMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult BMPFinderMethod.execute(EJBInvocation invocation)
           
 

Uses of EJBInvocation in org.openejb.entity.cmp
 

Methods in org.openejb.entity.cmp with parameters of type EJBInvocation
protected  org.tranql.query.QueryCommand CMPFinder.getCommand(EJBInvocation invocation)
           
protected  Object CMPFinder.execute(EJBInvocation invocation, org.tranql.query.ResultHandler handler, Object ctx)
           
 org.apache.geronimo.core.service.InvocationResult CMPRemoveMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult CMPCreateMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult CollectionValuedFinder.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult EnumerationValuedFinder.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult SingleValuedFinder.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult SetValuedFinder.execute(EJBInvocation invocation)
           
 

Uses of EJBInvocation in org.openejb.entity.dispatch
 

Methods in org.openejb.entity.dispatch with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult SetEntityContextOperation.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult EJBLoadOperation.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult UnsetEntityContextOperation.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult EJBActivateOperation.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult EJBStoreOperation.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult EJBPassivateOperation.execute(EJBInvocation invocation)
           
 

Uses of EJBInvocation in org.openejb.mdb
 

Methods in org.openejb.mdb with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult BusinessMethod.execute(EJBInvocation invocation)
           
 

Uses of EJBInvocation in org.openejb.mdb.dispatch
 

Methods in org.openejb.mdb.dispatch with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult SetMessageDrivenContextOperation.execute(EJBInvocation invocation)
           
 

Uses of EJBInvocation in org.openejb.proxy
 

Methods in org.openejb.proxy with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult ContainerHandler.invoke(EJBInvocation ejbInvocation)
           
 org.apache.geronimo.core.service.InvocationResult EJBInterceptor.invoke(EJBInvocation ejbInvocation)
           
 

Uses of EJBInvocation in org.openejb.server.ejbd
 

Classes in org.openejb.server.ejbd that implement EJBInvocation
 class EJBInvocationStream
           
 

Uses of EJBInvocation in org.openejb.sfsb
 

Methods in org.openejb.sfsb with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult BusinessMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult BeforeCompletion.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult CreateMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult AfterBegin.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult AfterCompletion.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult RemoveMethod.execute(EJBInvocation invocation)
           
 

Uses of EJBInvocation in org.openejb.slsb
 

Methods in org.openejb.slsb with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult BusinessMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult EJBCreateMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult CreateMethod.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult RemoveMethod.execute(EJBInvocation invocation)
           
 

Uses of EJBInvocation in org.openejb.slsb.dispatch
 

Methods in org.openejb.slsb.dispatch with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult EJBActivateOperation.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult SetSessionContextOperation.execute(EJBInvocation invocation)
           
 org.apache.geronimo.core.service.InvocationResult EJBPassivateOperation.execute(EJBInvocation invocation)
           
 

Uses of EJBInvocation in org.openejb.timer
 

Methods in org.openejb.timer that return EJBInvocation
 EJBInvocation EJBTimeoutInvocationFactory.getEJBTimeoutInvocation(Object id, TimerImpl timer)
           
 

Uses of EJBInvocation in org.openejb.transaction
 

Methods in org.openejb.transaction with parameters of type EJBInvocation
 org.apache.geronimo.core.service.InvocationResult TransactionPolicy.invoke(org.apache.geronimo.core.service.Interceptor interceptor, EJBInvocation ejbInvocation, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)
           
 org.apache.geronimo.core.service.InvocationResult BeanPolicy.invoke(org.apache.geronimo.core.service.Interceptor interceptor, EJBInvocation ejbInvocation, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)
           
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.