org.caleigo.toolkit.tunnel
Class DynamicRemoteProxy.DefaultProxyInvocationMessage
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mInterfaceClassNames
protected java.lang.String[] mInterfaceClassNames
mMethodName
protected java.lang.String mMethodName
mArguments
protected java.lang.Object[] mArguments
mProxyID
protected int mProxyID
DynamicRemoteProxy.DefaultProxyInvocationMessage
public DynamicRemoteProxy.DefaultProxyInvocationMessage(java.lang.String[] interfaceClassNames,
java.lang.String methodName,
java.lang.Object[] arguments,
int proxyID)
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.