Class PersonneImpl

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

public class PersonneImpl
extends java.rmi.server.UnicastRemoteObject
implements Personne

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
PersonneImpl(java.lang.String name)
           
 
Method Summary
 int getIdent()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
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

PersonneImpl

public PersonneImpl(java.lang.String name)
             throws java.rmi.RemoteException
Method Detail

setName

public void setName(java.lang.String name)
             throws java.rmi.RemoteException
Specified by:
setName in interface Personne

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Specified by:
getName in interface Personne

getIdent

public int getIdent()
             throws java.rmi.RemoteException
Specified by:
getIdent in interface Personne