org.caleigo.toolkit.tunnel
Class DynamicRemoteProxy.DefaultProxyReturnMessage

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

protected static final class DynamicRemoteProxy.DefaultProxyReturnMessage
extends java.lang.Object
implements DynamicRemoteProxy.IProxyReturnMessage

See Also:
Serialized Form

Field Summary
protected  java.lang.Object mReturnValue
           
 
Constructor Summary
DynamicRemoteProxy.DefaultProxyReturnMessage(java.lang.Object returnValue)
           
 
Method Summary
 java.lang.Object getReturnValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mReturnValue

protected java.lang.Object mReturnValue
Constructor Detail

DynamicRemoteProxy.DefaultProxyReturnMessage

public DynamicRemoteProxy.DefaultProxyReturnMessage(java.lang.Object returnValue)
Method Detail

getReturnValue

public java.lang.Object getReturnValue()
Specified by:
getReturnValue in interface DynamicRemoteProxy.IProxyReturnMessage


Copyright © 2005 Caleigo. All Rights Reserved.