ermi.samples.reference
Interface User

All Superinterfaces:
ERemote
All Known Implementing Classes:
UserSkel, UserStub

public interface User
extends ERemote

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.

Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from interface ermi.ERemote
close, copy, getERef, init
 

Method Detail

getName

public java.lang.String getName()
                         throws RemoteException
RemoteException

setName

public void setName(java.lang.String name)
             throws RemoteException
RemoteException