ermi.samples.dynamic
Interface Simple

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

public interface Simple
extends ERemote

Author:
Administrator 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 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