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
 
Constructor Summary
ServeurImpl(java.lang.String port)
           
 
Method Summary
 Personne getPersonne(java.lang.String s)
           
 void initialiseBD()
           
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(java.lang.String port)
            throws java.rmi.RemoteException
Method Detail

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)