org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote
Interface RemoteNotificationServerHandler
- All Known Implementing Classes:
- DefaultRemoteNotificationServerHandler
public interface RemoteNotificationServerHandler
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Simone Bordet
generateListenerID
Integer generateListenerID(javax.management.ObjectName name,
javax.management.NotificationFilter filter)
getServerNotificationListener
javax.management.NotificationListener getServerNotificationListener()
addNotificationListener
void addNotificationListener(Integer id,
NotificationTuple tuple)
removeNotificationListener
void removeNotificationListener(Integer id)
getNotificationListener
NotificationTuple getNotificationListener(Integer id)
fetchNotifications
javax.management.remote.NotificationResult fetchNotifications(long sequenceNumber,
int maxNotifications,
long timeout)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.