Uses of Class
com.jrockit.mc.rjmx.subscription.AttributeValueEvent

Packages that use AttributeValueEvent
com.jrockit.mc.rjmx.notification This package contains interfaces for the prototype notification subsystem. 
com.jrockit.mc.rjmx.subscription This package contains everything related to the subscription of values. 
 

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

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

Uses of AttributeValueEvent in com.jrockit.mc.rjmx.subscription
 

Methods in com.jrockit.mc.rjmx.subscription that return AttributeValueEvent
 AttributeValueEvent IAttributeSubscription.getLastAttributeValueEvent()
          Returns the last attribute value event.
 AttributeValueEvent ISubscriptionService.getLastAttributeValueEvent(AttributeDescriptor attributeDescriptor)
          Returns the last value event for the given attribute through its subscription.
 

Methods in com.jrockit.mc.rjmx.subscription with parameters of type AttributeValueEvent
 void IAttributeValueListener.valueChanged(AttributeValueEvent event)
          This method will be called whenever the subscribed attribute's value has changed.
 



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