jist.runtime
Class RemoteJist.Ping

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by jist.runtime.RemoteJist.Ping
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, RemoteJist.PingRemote
Enclosing class:
RemoteJist

public static class RemoteJist.Ping
extends java.rmi.server.UnicastRemoteObject
implements RemoteJist.PingRemote

Ping server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RemoteJist.Ping(int port)
          Create new RMI ping server on given port.
 
Method Summary
 void ping()
          Ping does not nothing, except check that destination is alive.
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteJist.Ping

public RemoteJist.Ping(int port)
                throws java.rmi.RemoteException
Create new RMI ping server on given port.

Parameters:
port - RMI ping server listen port
Throws:
java.rmi.RemoteException - rpc failure
Method Detail

ping

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

Specified by:
ping in interface RemoteJist.PingRemote
Throws:
java.rmi.RemoteException - rpc failure