Class ServeurImpl
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--ServeurImpl
- All Implemented Interfaces:
- java.rmi.Remote, java.io.Serializable, Serveur
- public class ServeurImpl
- extends java.rmi.server.UnicastRemoteObject
- implements Serveur
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
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 |
ServeurImpl
public ServeurImpl(java.lang.String port)
throws java.rmi.RemoteException
initialiseBD
public void initialiseBD()
throws java.rmi.RemoteException
getPersonne
public Personne getPersonne(java.lang.String s)
throws java.rmi.RemoteException
- Specified by:
getPersonne
in interface Serveur
main
public static void main(java.lang.String[] argv)