Uses of Class
com.jrockit.mc.rjmx.notification.NotificationRule

Packages that use NotificationRule
com.jrockit.mc.rjmx.notification This package contains interfaces for the prototype notification subsystem. 
 

Uses of NotificationRule in com.jrockit.mc.rjmx.notification
 

Methods in com.jrockit.mc.rjmx.notification that return NotificationRule
 NotificationRule NotificationEvent.getRule()
          Gets the rule.
 

Methods in com.jrockit.mc.rjmx.notification with parameters of type NotificationRule
 void INotificationTrigger.triggerOn(IConnectionHandle connectionHandle, NotificationRule rule, AttributeValueEvent attributeEvent)
          This method determines if any action should be taken on the incoming event.
 

Constructors in com.jrockit.mc.rjmx.notification with parameters of type NotificationRule
NotificationEvent(IConnectionHandle source, NotificationRule rule, java.lang.Object triggerValue, boolean wasTriggered)
          Constructor.
NotificationEvent(IConnectionHandle source, NotificationRule rule, java.lang.Object triggerValue, boolean wasTriggered, int sustainTime)
          Constructor.
 



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