|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The EFilter interface serves to identify objects that can be intercepted by ermi distributed Filters.
It is internally used by ERMI to create filter subscriptions so it is not aimed for end users .
Method Summary | |
java.lang.String |
addFilter(java.lang.String uid)
It changes the subscription of the remote object in order to allow interception. |
void |
removeFilter()
It changes the subscription of the remote object in order to allow interception. |
void |
removeFilter(java.lang.String uid)
It changes the subscription of the remote object in order to allow interception. |
Methods inherited from interface ermi.ERemote |
close, copy, getERef, init |
Method Detail |
public java.lang.String addFilter(java.lang.String uid) throws RemoteException
RemoteException
- - if the connection with the event service fails.public void removeFilter() throws RemoteException
RemoteException
- - if the connection with the event service fails.public void removeFilter(java.lang.String uid) throws RemoteException
RemoteException
- - if the connection with the event service fails.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |