ermi.samples.exception
Interface Simple

All Superinterfaces:
ERemote
All Known Implementing Classes:
SimpleSkel, SimpleStub

public interface Simple
extends ERemote

Author:
Pedro García To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 java.lang.String concat(java.lang.Integer x, java.lang.String y, java.lang.Integer z)
           
 java.lang.String getEdad()
           
 void setEdad(java.lang.String edad)
           
 
Methods inherited from interface ermi.ERemote
close, copy, getERef, init
 

Method Detail

setEdad

public void setEdad(java.lang.String edad)
             throws RemoteException
RemoteException

getEdad

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

concat

public java.lang.String concat(java.lang.Integer x,
                               java.lang.String y,
                               java.lang.Integer z)
                        throws RemoteException
RemoteException