Uses of Interface
com.jrockit.mc.rjmx.subscription.IAttributeValueListener

Packages that use IAttributeValueListener
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 IAttributeValueListener in com.jrockit.mc.rjmx.notification
 

Classes in com.jrockit.mc.rjmx.notification that implement IAttributeValueListener
 class NotificationRule
          A notification rule is the 3-tuple (NotificationTrigger, NotificationConstraint and NotificationAction) with a name.
 

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

Methods in com.jrockit.mc.rjmx.subscription with parameters of type IAttributeValueListener
 void ISubscriptionService.addAttributeValueListener(AttributeDescriptor attributeDescriptor, IAttributeValueListener listener)
          Adds the attribute value listener to the subscription (possible creating it) on given descriptor.
 void ISubscriptionService.removeAttributeValueListener(AttributeDescriptor attributeDescriptor, IAttributeValueListener listener)
          Removes the listener from the subscription of given attribute, possible destroying the subscription if this was the last listener.
 void ISubscriptionService.removeAttributeValueListener(IAttributeValueListener listener)
          Removes the listener from all its subscriptions, possible destroying some or all of the subscriptions if this was the last listener.
 void ISubscriptionService.substituteAttributeValueListener(IAttributeValueListener oldListener, IAttributeValueListener newListener)
          Substitutes two listeners.
 



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