ermi.samples.simple
Interface Simple
- All Superinterfaces:
- ERemote
- All Known Subinterfaces:
- Ignore, LogFilter
- All Known Implementing Classes:
- IgnoreStub, LogFilterStub, 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)
|
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