|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EventServer | +--ermi.samples.filter.LogFilterSkel
Constructor Summary | |
LogFilterSkel(java.util.Properties env)
|
Method Summary | |
java.lang.String |
addFilter(java.lang.String uid)
It changes the subscription of the remote object in order to allow interception. |
void |
close()
Removes all subscriptions for this object and releases event service connection. |
ermi.ERemote |
copy()
Returns a reference to a new stub instance of this remote object. |
void |
eventArrived(java.util.Hashtable evt)
|
void |
init()
Connects to the event service and creates all subscriptions for this object. |
void |
removeFilter()
It changes the subscription of the remote object in order to allow interception. |
void |
removeFilter(java.lang.String uidf)
It changes the subscription of the remote object in order to allow interception. |
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 |
public LogFilterSkel(java.util.Properties env) throws RemoteException
Method Detail |
public void eventArrived(java.util.Hashtable evt)
public java.lang.String addFilter(java.lang.String uid) throws RemoteException
EFilter
addFilter
in interface EFilter
RemoteException
- - if the connection with the event service fails.public void removeFilter(java.lang.String uidf) throws RemoteException
EFilter
removeFilter
in interface EFilter
RemoteException
- - if the connection with the event service fails.public void removeFilter() throws RemoteException
EFilter
removeFilter
in interface EFilter
RemoteException
- - if the connection with the event service fails.public void close() throws RemoteException
ERemote
close
in interface ERemote
RemoteException
- - if the connection with the event service fails.public void init() throws RemoteException
ERemote
init
in interface ERemote
RemoteException
- - if the connection with the event service fails.public ermi.ERemote copy() throws RemoteException
ERemote
copy
in interface ERemote
RemoteException
- - if the stub cannot be instantiated for any reason (explained in the RemoteException message).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |