|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invocation | |
org.apache.geronimo.core.service | |
org.apache.geronimo.proxy |
Uses of Invocation in org.apache.geronimo.core.service |
Classes in org.apache.geronimo.core.service that implement Invocation | |
class |
SimpleInvocation
|
Methods in org.apache.geronimo.core.service with parameters of type Invocation | |
InvocationResult |
Interceptor.invoke(Invocation invocation)
Interceptor does a little work for the invocation and then invokes the next interceptor in the chain. |
InvocationResult |
RPCContainer.invoke(Invocation invocation)
|
static InvocationType |
InvocationType.getType(Invocation invocation)
|
static void |
InvocationType.putType(Invocation invocation,
InvocationType type)
|
Uses of Invocation in org.apache.geronimo.proxy |
Classes in org.apache.geronimo.proxy that implement Invocation | |
class |
ProxyInvocation
|
Methods in org.apache.geronimo.proxy with parameters of type Invocation | |
InvocationResult |
ReflexiveInterceptor.invoke(Invocation invocation)
|
InvocationResult |
SimpleRPCContainer.invoke(Invocation invocation)
|
static Method |
ProxyInvocation.getMethod(Invocation invocation)
|
static void |
ProxyInvocation.putMethod(Invocation invocation,
Method method)
|
static Object |
ProxyInvocation.getProxy(Invocation invocation)
|
static void |
ProxyInvocation.putProxy(Invocation invocation,
Object proxy)
|
static Object[] |
ProxyInvocation.getArguments(Invocation invocation)
|
static void |
ProxyInvocation.putArguments(Invocation invocation,
Object[] arguments)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |