|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RMIInvoker
RMIInvoker
enables method invocations to be performed over RMI.
Method Summary | |
---|---|
void |
disconnect()
Notifies that the remote peer is disconnecting. |
java.rmi.MarshalledObject |
invoke(java.rmi.MarshalledObject request)
Invoke a method on a remote object |
void |
ping()
Ping the invoker to determine if it is alive |
Method Detail |
---|
java.rmi.MarshalledObject invoke(java.rmi.MarshalledObject request) throws java.rmi.RemoteException
request
- the wrapped Request
java.rmi.RemoteException
- if the remote invocation failsvoid ping() throws java.rmi.RemoteException
java.rmi.RemoteException
- if the handler can't be pingedvoid disconnect() throws java.rmi.RemoteException
java.rmi.RemoteException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |