fr.lifl.magique.platform.rmi
Interface Connect
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- PlatformServer
- public interface Connect
- extends java.rmi.Remote
rmi remote interface for connection between platform
|
Method Summary |
void |
connect(java.lang.String hostName)
|
void |
disconnect(java.lang.String hostName)
|
java.lang.Boolean |
ping(java.lang.String hostName)
|
connect
public void connect(java.lang.String hostName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
disconnect
public void disconnect(java.lang.String hostName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
ping
public java.lang.Boolean ping(java.lang.String hostName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException