Uses of Package
com.jrockit.mc.rjmx.subscription

Packages that use com.jrockit.mc.rjmx.subscription
com.jrockit.mc.rjmx.flr.internal   
com.jrockit.mc.rjmx.notification This package contains interfaces for the prototype notification subsystem. 
com.jrockit.mc.rjmx.proxy This package contains the proxy interfaces for compatibility with previous versions of JRockit. 
com.jrockit.mc.rjmx.subscription This package contains everything related to the subscription of values. 
 

Classes in com.jrockit.mc.rjmx.subscription used by com.jrockit.mc.rjmx.flr.internal
AttributeDescriptor
          Simple data class representing the fully qualified name for an attribute, i.e. the ObjectName of the MBean that contains the attribute, and the name of the attribute.
 

Classes in com.jrockit.mc.rjmx.subscription used by com.jrockit.mc.rjmx.notification
AttributeDescriptor
          Simple data class representing the fully qualified name for an attribute, i.e. the ObjectName of the MBean that contains the attribute, and the name of the attribute.
AttributeValueEvent
          The class encapsulating event data from a JRockit.
IAttributeValueListener
          Interface for classes that want to subscribe on changes in an attributes value.
 

Classes in com.jrockit.mc.rjmx.subscription used by com.jrockit.mc.rjmx.proxy
AttributeDescriptor
          Simple data class representing the fully qualified name for an attribute, i.e. the ObjectName of the MBean that contains the attribute, and the name of the attribute.
 

Classes in com.jrockit.mc.rjmx.subscription used by com.jrockit.mc.rjmx.subscription
AttributeDescriptor
          Simple data class representing the fully qualified name for an attribute, i.e. the ObjectName of the MBean that contains the attribute, and the name of the attribute.
AttributeValue
          Data carrier mainly used by the subscription engine.
AttributeValueEvent
          The class encapsulating event data from a JRockit.
IAttributeInfo
          This interface represents the core functionality of an attribute info.
IAttributeSubscription
           Interface for all attribute subscriptions.
IAttributeValueListener
          Interface for classes that want to subscribe on changes in an attributes value.
IUpdatePolicy
          The interface specifying an update police for IAttributeSubscriptions.
 



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