com.sentilla.net.rpc
Class RemoteService.Return

java.lang.Object
  extended by com.sentilla.net.rpc.RemoteService.Return
All Implemented Interfaces:
Serializable
Enclosing class:
RemoteService

public static class RemoteService.Return
extends Object
implements Serializable

Result data sent from the callee to the caller.

See Also:
Serialized Form

Field Summary
 Object result
           
 int transaction_id
           
 
Constructor Summary
RemoteService.Return()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transaction_id

public int transaction_id

result

public Object result
Constructor Detail

RemoteService.Return

public RemoteService.Return()


Copyright © 2007 Sentilla Corporation. All Rights Reserved.