Rio Project 4.2 API Documentation
org.rioproject.monitor
Class ProvisionMonitorEventAdapter
java.lang.Object
org.rioproject.event.EventNotificationAdapter
org.rioproject.monitor.ProvisionMonitorEventAdapter
- All Implemented Interfaces:
- Remote, EventListener, RemoteEventListener
public class ProvisionMonitorEventAdapter
- extends EventNotificationAdapter
Provides the support to transform ProvisionMonitorEvent notifications to JMX
notifications
- Author:
- Ming Fang, Dennis Reedy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvisionMonitorEventAdapter
public ProvisionMonitorEventAdapter(ObjectName objectName,
NotificationBroadcasterSupport notificationBroadcasterSupport)
- Create a ProvisionFailureEventAdapter
- Parameters:
objectName - The JMX ObjectNamenotificationBroadcasterSupport - The mbean sending the notification
notify
public void notify(RemoteEvent theEvent)
throws UnknownEventException,
RemoteException
- Transforms the notification of a ProvisionMonitorEvent to a JMX
notification
- Specified by:
notify in interface RemoteEventListener- Specified by:
notify in class EventNotificationAdapter
- Parameters:
theEvent - The remote evet notification
- Throws:
UnknownEventException - If theEvent argument is an unknown or
unexpected type
RemoteException- See Also:
EventNotificationAdapter.notify(net.jini.core.event.RemoteEvent)
getNotificationInfo
public MBeanNotificationInfo getNotificationInfo()
- Get the MBeanNotificationInfo for the transformed ProvisionMonitorEvent
- Specified by:
getNotificationInfo in class EventNotificationAdapter
- Returns:
- The
MBeanNotificationInfo for the JMX
notification - See Also:
EventNotificationAdapter.getNotificationInfo()
Copyright © 2006-2011 Rio Project. All Rights Reserved.