Class ServeurImpl

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--ServeurImpl

public class ServeurImpl
extends java.rmi.server.UnicastRemoteObject
implements Serveur

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ServeurImpl()
           
 
Method Summary
 Personne getPersonne(java.lang.String s)
           
static void main(java.lang.String[] argv)
           
 
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

ServeurImpl

public ServeurImpl()
            throws java.rmi.RemoteException
Method Detail

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)