Package net.anotheria.asg.service.remote
Interface RemoteService
-
- All Superinterfaces:
java.rmi.Remote
public interface RemoteService extends java.rmi.RemoteRemoteService interface.
- Version:
- $Id: $Id
- Author:
- another
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EchoResponsegetEcho(EchoRequest echoRequest)Converts echo request to echo response and return it.
-
-
-
Method Detail
-
getEcho
EchoResponse getEcho(EchoRequest echoRequest) throws java.rmi.RemoteException
Converts echo request to echo response and return it. Is useful for for checking remote object availability- Parameters:
echoRequest- aEchoRequestobject.- Returns:
- converted EchoRequest to EchoResponse
- Throws:
java.rmi.RemoteException- if any.
-
-