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

Interface Summary
IValidator Interface definition for attribute validators.
QpidClass.State State interface for this class definition.
QpidClassMBean Management interface for Qpid entity class..
QpidEvent.State State interface for this event definition.
QpidEventMBean Management interface for Qpid entity class..
QpidFeatureBuilder.State Builder state for this class.
QpidProperty.Decoder Decoder interface used for decoding incomng values for this property.
 

Class Summary
DomainModel Broker domain model.
InvocationEvent Operation invocation event.
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.
QpidEntity Layer supertype for QMan entities.
QpidEvent Qpid event definition.
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.
QpidMethod Qpid method definition.
QpidPackage Qpid package definition.
QpidProperty Qpid property definition.
QpidStatistic Qpid statistic definition.
 

Enum Summary
AccessMode Enumeration for Access modes.
Direction Enumeration of allowed method argument direction codes.
QpidFeatureBuilder.Attribute  
 

Exception Summary
MissingFeatureAttributesException  
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.
 



Licensed to the Apache Software Foundation