jist.runtime
Interface RemoteJist.PingRemote

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
RemoteJist.JistClientRemote
All Known Implementing Classes:
RemoteJist.JistClient, RemoteJist.JistClientLocal, RemoteJist.Ping
Enclosing class:
RemoteJist

public static interface RemoteJist.PingRemote
extends java.rmi.Remote

Remote ping interface.


Method Summary
 void ping()
          Ping does not nothing, except check that destination is alive.
 

Method Detail

ping

void ping()
          throws java.rmi.RemoteException
Ping does not nothing, except check that destination is alive.

Throws:
java.rmi.RemoteException - rpc failure