invoke
public Object invoke(String method,
Object args)
throws Exception
This method, invoked transparently when any remote server method is
called, monitors the progress of the invocation. If the call results
in a java.rmi.RemoteException, the server object reference will be
deleted from the internal queue automatically. All exceptions will
be propagated out to the client.
- Specified by:
invoke in interface Invoke
- Parameters:
method - The name of the method to be invokedargs - The arguments to be provided to the method
- Returns:
- The result, if any, returned by the remote procedure call
- Throws:
Exception - For either network, or server object logic related
reasons