public interface CallbackServer extends Remote
| Modifier and Type | Method and Description |
|---|---|
VectorG |
randomize(int dim)
The client calls this method, and the server returns a random number.
|
long |
register(CallbackClient client)
The client is a callback client and registers here at the server.
|
VectorG randomize(int dim) throws RemoteException
RemoteExceptionlong register(CallbackClient client) throws RemoteException
CallbackClient.callback(math.VectorG) method.RemoteException