mx4j.tools.connector.rmi
Class RemoteNotificationFilterSupport
java.lang.Object
mx4j.tools.connector.rmi.RemoteNotificationFilterSupport
- javax.management.NotificationFilter, Remote
public abstract class RemoteNotificationFilterSupport
extends java.lang.Object
implements javax.management.NotificationFilter, Remote
This class is serialized from client to the server, and forwards calls to remote filter.
It shadows the fact that the listener is an RMI remote object.
It implements java.rmi.Remote as a tagging interface, to avoid dependencies of the specification 1.0
implementation from mx4j classes
Version:
RemoteNotificationFilterSupport
public RemoteNotificationFilterSupport(javax.management.NotificationFilter clientFilter)
equals
public boolean equals(Object obj)
export
protected void export()
throws RemoteException
getRemoteNotificationFilter
protected mx4j.tools.connector.rmi.RemoteNotificationFilter getRemoteNotificationFilter()
hashCode
public int hashCode()
isNotificationEnabled
public boolean isNotificationEnabled(javax.management.Notification notification)
- isNotificationEnabled in interface javax.management.NotificationFilter
unexport
protected void unexport()
throws NoSuchObjectException
Copyright © 2001-2003 MX4J Team. All Rights Reserved.