com.jrockit.mc.rjmx.notification
Interface INotificationAction

All Superinterfaces:
com.jrockit.mc.common.xml.XmlEnabled

public interface INotificationAction
extends com.jrockit.mc.common.xml.XmlEnabled

Interface for actions taken when a NotificationRule triggers.

Author:
Marcus Hirt, Helena \xC5berg

Method Summary
 java.lang.String getDescription()
          Returns the description of this object.
 java.lang.String getName()
          Returns the name of this object.
 void handleNotificationEvent(NotificationEvent e)
          The method to be invoked when a rule triggers.
 
Methods inherited from interface com.jrockit.mc.common.xml.XmlEnabled
exportToXml, getComponentTag, initializeFromXml
 

Method Detail

getName

java.lang.String getName()
Returns the name of this object.

Returns:
the name of this object.

getDescription

java.lang.String getDescription()
Returns the description of this object.

Returns:
the description of this object.

handleNotificationEvent

void handleNotificationEvent(NotificationEvent e)
The method to be invoked when a rule triggers.

Parameters:
e - the event to take action on.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.