|
|||||||||
| 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.
| Field Summary | |
(package private) NotificationFilter |
notifFilter
|
| Constructor Summary | |
RemoteNotificationFilterImpl()
Default Constructor for the NotificationFilterImpl |
|
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 |
|
| Field Detail |
NotificationFilter notifFilter
| Constructor Detail |
public RemoteNotificationFilterImpl()
public RemoteNotificationFilterImpl(NotificationFilter notifFilter)
notifFilter - NotificationFilter instance| Method Detail |
public boolean isNotificationEnabled(Notification notification)
throws java.rmi.RemoteException
notification - The notification to be sent remotely.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||