|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.adaptors.rmi.RemoteNotificationFilterImpl
This class acts as a wrapper for the notificationfilter implementation and will be used for filtering the notifications to the client side of the rmi environment.
Constructor Summary | |
RemoteNotificationFilterImpl()
Default Constructor |
|
RemoteNotificationFilterImpl(NotificationFilter notifFilter)
Constructor that takes the NotificationFilter instance that this RemoteNotificationFilter would represent on the client side. |
Method Summary | |
boolean |
isNotificationEnabled(Notification notification)
Invoked before sending the specified notification to the remote listener. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteNotificationFilterImpl()
public RemoteNotificationFilterImpl(NotificationFilter notifFilter)
notifFilter
- NotificationFilter instanceMethod Detail |
public boolean isNotificationEnabled(Notification notification) throws java.rmi.RemoteException
isNotificationEnabled
in interface RemoteNotificationFilter
notification
- The notification to be sent remotely.
|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |