ermi.samples.filter
Class LogFilterImpl

java.lang.Object
  |
  +--EventServer
        |
        +--ermi.samples.filter.LogFilterStub
              |
              +--ermi.samples.filter.LogFilterImpl
All Implemented Interfaces:
EFilter, ERemote, LogFilter, Simple

public class LogFilterImpl
extends LogFilterStub

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.
See Also:
Serialized Form

Constructor Summary
LogFilterImpl(java.util.Properties env)
           
 
Method Summary
 java.lang.String concat(java.lang.Integer p0, java.lang.String p1, java.lang.Integer p2)
           
 java.lang.String getEdad()
           
 void setEdad(java.lang.String p0)
           
 
Methods inherited from class ermi.samples.filter.LogFilterStub
addFilter, close, copy, eventArrived, init, removeFilter, removeFilter
 
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

LogFilterImpl

public LogFilterImpl(java.util.Properties env)
              throws RemoteException
Method Detail

setEdad

public void setEdad(java.lang.String p0)
             throws RemoteException
Specified by:
setEdad in interface Simple
Overrides:
setEdad in class LogFilterStub
RemoteException

getEdad

public java.lang.String getEdad()
                         throws RemoteException
Specified by:
getEdad in interface Simple
Overrides:
getEdad in class LogFilterStub
RemoteException

concat

public java.lang.String concat(java.lang.Integer p0,
                               java.lang.String p1,
                               java.lang.Integer p2)
                        throws RemoteException
Specified by:
concat in interface Simple
Overrides:
concat in class LogFilterStub
RemoteException