Uses of Package
org.apache.qpid.management.domain.model

Packages that use org.apache.qpid.management.domain.model
org.apache.qpid.management.configuration   
org.apache.qpid.management.domain.handler.base   
org.apache.qpid.management.domain.handler.impl   
org.apache.qpid.management.domain.model   
org.apache.qpid.management.domain.services   
org.apache.qpid.management.messages   
 

Classes in org.apache.qpid.management.domain.model used by org.apache.qpid.management.configuration
AccessMode
          Enumeration for Access modes.
 

Classes in org.apache.qpid.management.domain.model used by org.apache.qpid.management.domain.handler.base
DomainModel
          Broker domain model.
 

Classes in org.apache.qpid.management.domain.model used by org.apache.qpid.management.domain.handler.impl
DomainModel
          Broker domain model.
InvocationEvent
          Operation invocation event.
 

Classes in org.apache.qpid.management.domain.model used by org.apache.qpid.management.domain.model
AccessMode
          Enumeration for Access modes.
Direction
          Enumeration of allowed method argument direction codes.
DomainModel
          Broker domain model.
IValidator
          Interface definition for attribute validators.
JmxService
          A simple facade used to perform operations on Mbean server.
QpidArgument
          An argument is the formal definition of a parameter belonging to a specific method / operation.
QpidAttribute
          Layer supertype for qpid properties and statistics.
QpidClass
          Qpid Class definition.
QpidClass.QManManagedObject
          MBean used for representing remote broker object instances.
QpidClass.State
          State interface for this class definition.
QpidClassMBean
          Management interface for Qpid entity class..
QpidEntity
          Layer supertype for QMan entities.
QpidEntity.QManManagedEntity
          Layer supertype for QMan managed bean entities.
QpidEvent
          Qpid event definition.
QpidEvent.QManManagedEvent
          MBean used for representing remote broker object instances.
QpidEvent.State
          State interface for this event definition.
QpidEventMBean
          Management interface for Qpid entity class..
QpidFeature
          Layer Supertype for all qpid management features.
QpidFeatureBuilder
          A builder used to parse incoming schema message and therefore to build a feature (property, statistic, method, event) definition.
QpidFeatureBuilder.Attribute
           
QpidFeatureBuilder.State
          Builder state for this class.
QpidPackage
          Qpid package definition.
QpidProperty
          Qpid property definition.
QpidProperty.Decoder
          Decoder interface used for decoding incomng values for this property.
QpidStatistic
          Qpid statistic definition.
UnableToBuildFeatureException
          Thrown when a feature (property, statistic, method or event) definition cannot be built due to schema parsing errors.
ValidationException
          Thrown when an attempt is made in order to update / change the state of an object and a constraint on that state is violated.
 

Classes in org.apache.qpid.management.domain.model used by org.apache.qpid.management.domain.services
DomainModel
          Broker domain model.
QpidMethod
          Qpid method definition.
 

Classes in org.apache.qpid.management.domain.model used by org.apache.qpid.management.messages
QpidMethod
          Qpid method definition.
 



Licensed to the Apache Software Foundation