org.caleigo.toolkit.tunnel
Class DynamicRemoteProxy.DefaultProxyInvocationMessage

java.lang.Object
  extended byorg.caleigo.toolkit.tunnel.DynamicRemoteProxy.DefaultProxyInvocationMessage
All Implemented Interfaces:
DynamicRemoteProxy.IProxyInvocationMessage, java.io.Serializable
Enclosing class:
DynamicRemoteProxy

protected static final class DynamicRemoteProxy.DefaultProxyInvocationMessage
extends java.lang.Object
implements DynamicRemoteProxy.IProxyInvocationMessage

See Also:
Serialized Form

Field Summary
protected  java.lang.Object[] mArguments
           
protected  java.lang.String[] mInterfaceClassNames
           
protected  java.lang.String mMethodName
           
protected  int mProxyID
           
 
Constructor Summary
DynamicRemoteProxy.DefaultProxyInvocationMessage(java.lang.String[] interfaceClassNames, java.lang.String methodName, java.lang.Object[] arguments, int proxyID)
           
 
Method Summary
 java.lang.Object[] getArguments()
           
 java.lang.String[] getInterfaceClassNames()
           
 java.lang.String getMethodName()
           
 int getProxyID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mInterfaceClassNames

protected java.lang.String[] mInterfaceClassNames

mMethodName

protected java.lang.String mMethodName

mArguments

protected java.lang.Object[] mArguments

mProxyID

protected int mProxyID
Constructor Detail

DynamicRemoteProxy.DefaultProxyInvocationMessage

public DynamicRemoteProxy.DefaultProxyInvocationMessage(java.lang.String[] interfaceClassNames,
                                                        java.lang.String methodName,
                                                        java.lang.Object[] arguments,
                                                        int proxyID)
Method Detail

getInterfaceClassNames

public java.lang.String[] getInterfaceClassNames()
Specified by:
getInterfaceClassNames in interface DynamicRemoteProxy.IProxyInvocationMessage

getMethodName

public java.lang.String getMethodName()
Specified by:
getMethodName in interface DynamicRemoteProxy.IProxyInvocationMessage

getArguments

public java.lang.Object[] getArguments()
Specified by:
getArguments in interface DynamicRemoteProxy.IProxyInvocationMessage

getProxyID

public int getProxyID()
Specified by:
getProxyID in interface DynamicRemoteProxy.IProxyInvocationMessage


Copyright © 2005 Caleigo. All Rights Reserved.