org.apache.geronimo.proxy
Class ProxyInvocation

java.lang.Object
  extended byorg.apache.geronimo.core.service.SimpleInvocation
      extended byorg.apache.geronimo.proxy.ProxyInvocation
All Implemented Interfaces:
Externalizable, Invocation, Serializable

public final class ProxyInvocation
extends SimpleInvocation

Version:
$Revision: 1.6 $ $Date: 2004/03/10 09:58:43 $
See Also:
Serialized Form

Constructor Summary
ProxyInvocation()
           
 
Method Summary
static Object[] getArguments(Invocation invocation)
           
static Method getMethod(Invocation invocation)
           
static Object getProxy(Invocation invocation)
           
static void putArguments(Invocation invocation, Object[] arguments)
           
static void putMethod(Invocation invocation, Method method)
           
static void putProxy(Invocation invocation, Object proxy)
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.apache.geronimo.core.service.SimpleInvocation
get, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyInvocation

public ProxyInvocation()
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class SimpleInvocation
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class SimpleInvocation
Throws:
IOException
ClassNotFoundException
See Also:
SimpleInvocation.readExternal(java.io.ObjectInput)

getMethod

public static Method getMethod(Invocation invocation)

putMethod

public static void putMethod(Invocation invocation,
                             Method method)

getProxy

public static Object getProxy(Invocation invocation)

putProxy

public static void putProxy(Invocation invocation,
                            Object proxy)

getArguments

public static Object[] getArguments(Invocation invocation)

putArguments

public static void putArguments(Invocation invocation,
                                Object[] arguments)


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