org.caleigo.toolkit.tunnel
Interface DynamicRemoteProxy.IProxyInvocationMessage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DynamicRemoteProxy.DefaultProxyInvocationMessage
Enclosing interface:
DynamicRemoteProxy

static interface DynamicRemoteProxy.IProxyInvocationMessage
extends java.io.Serializable


Method Summary
 java.lang.Object[] getArguments()
           
 java.lang.String[] getInterfaceClassNames()
           
 java.lang.String getMethodName()
           
 int getProxyID()
           
 

Method Detail

getInterfaceClassNames

public java.lang.String[] getInterfaceClassNames()

getMethodName

public java.lang.String getMethodName()

getArguments

public java.lang.Object[] getArguments()

getProxyID

public int getProxyID()


Copyright © 2005 Caleigo. All Rights Reserved.