Uses of Class
org.apache.qpid.management.domain.model.QpidClass.QManManagedObject

Packages that use QpidClass.QManManagedObject
org.apache.qpid.management.domain.model   
 

Uses of QpidClass.QManManagedObject in org.apache.qpid.management.domain.model
 

Fields in org.apache.qpid.management.domain.model with type parameters of type QpidClass.QManManagedObject
(package private)  Map<Binary,QpidClass.QManManagedObject> QpidClass._objectInstances
           
 

Methods in org.apache.qpid.management.domain.model that return QpidClass.QManManagedObject
(package private)  QpidClass.QManManagedObject QpidClass.getObjectInstance(Binary objectId, boolean registration)
          Returns the object instance associated to the given identifier.
 

Methods in org.apache.qpid.management.domain.model with parameters of type QpidClass.QManManagedObject
(package private)  ObjectName JmxService.registerObjectInstance(QpidClass.QManManagedObject instance, UUID brokerId, String packageName, String className, Binary objectId)
          Registers a pre-existing object instance as an MBean with the MBean server.
(package private)  void QpidClass.updateInstanceWithConfigurationData(QpidClass.QManManagedObject instance, byte[] rawData)
          Updates the given obejct instance with the given incoming configuration data.
(package private)  void QpidClass.updateInstanceWithInstrumentationData(QpidClass.QManManagedObject instance, byte[] rawData)
          Updates the given object instance with the given incoming instrumentation data.
 



Licensed to the Apache Software Foundation