ermi.samples.reference
Class UserImpl

java.lang.Object
  |
  +--EventServer
        |
        +--ermi.samples.reference.UserSkel
              |
              +--ermi.samples.reference.UserImpl
All Implemented Interfaces:
ERemote, User

public class UserImpl
extends UserSkel

Author:
Administrador To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
UserImpl(java.lang.String name, java.util.Properties env)
          Constructor for BubaImpl.
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class ermi.samples.reference.UserSkel
close, copy, eventArrived, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ermi.ERemote
getERef
 

Constructor Detail

UserImpl

public UserImpl(java.lang.String name,
                java.util.Properties env)
         throws RemoteException
Constructor for BubaImpl.

Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()