Uses of Interface
org.apache.geronimo.core.service.Invocation

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
static InvocationType InvocationType.getType(Invocation invocation)
           
static void InvocationType.putType(Invocation invocation, InvocationType type)
           
 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)
           
 

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)
           
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)
           
 InvocationResult SimpleRPCContainer.invoke(Invocation invocation)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.