com.sentilla.net.rpc
Class RemoteService
java.lang.Object
com.sentilla.net.rpc.RemoteService
public class RemoteService
- extends Object
Private: for Sentilla internal use only.
This service receives Procedures from callers, runs the procedure, and
returns the results via a given return factory. The callee is expected to
run RemoteService, and the caller is excepted to use RemoteInvoker.
RemoteInvoker manages Call and Return objects on behalf of the caller
RemoteService.runService manages Call and Return objects on behalf of the
callee.
Method Summary |
static void |
runService()
The callee should run runService to receive and process Call objects and
send back Return objects. |
RemoteService
public RemoteService()
runService
public static void runService()
- The callee should run runService to receive and process Call objects and
send back Return objects. The caller should use RemoteInvoker.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.