org.objectweb.jonas.jtests.beans.inherit
Interface User

All Superinterfaces:
Person

public interface User
extends Person


Method Summary
 void changePassword(java.lang.String p)
           
 java.lang.String getData()
           
 java.lang.String getPassword()
           
 java.lang.String getValue(int i)
           
 
Methods inherited from interface org.objectweb.jonas.jtests.beans.inherit.Person
getAge, setAge
 

Method Detail

getValue

public java.lang.String getValue(int i)
                          throws java.rmi.RemoteException
Specified by:
getValue in interface Person

changePassword

public void changePassword(java.lang.String p)
                    throws java.rmi.RemoteException

getPassword

public java.lang.String getPassword()
                             throws java.rmi.RemoteException

getData

public java.lang.String getData()
                         throws java.rmi.RemoteException