com.sentilla.net.rpc
Class RemoteService.Call

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

public static class RemoteService.Call
extends Object
implements Serializable

Invocation data sent from the caller to the callee.

See Also:
Serialized Form

Field Summary
 Procedure procedure
           
 SenderFactory result_factory
           
 int transaction_id
           
 
Constructor Summary
RemoteService.Call()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transaction_id

public int transaction_id

result_factory

public SenderFactory result_factory

procedure

public Procedure procedure
Constructor Detail

RemoteService.Call

public RemoteService.Call()


Copyright © 2007 Sentilla Corporation. All Rights Reserved.