|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |