ermi.samples.simple
Class SimpleImpl

java.lang.Object
  |
  +--EventServer
        |
        +--ermi.samples.simple.SimpleSkel
              |
              +--ermi.samples.simple.SimpleImpl
All Implemented Interfaces:
ERemote, Simple

public class SimpleImpl
extends SimpleSkel

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

Constructor Summary
SimpleImpl(java.util.Properties env)
          Constructor for BubaImpl.
 
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 class ermi.samples.simple.SimpleSkel
close, copy, eventArrived, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ermi.ERemote
getERef
 

Constructor Detail

SimpleImpl

public SimpleImpl(java.util.Properties env)
           throws RemoteException
Constructor for BubaImpl.

Method Detail

setEdad

public void setEdad(java.lang.String edad)

getEdad

public java.lang.String getEdad()

concat

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