Uses of Class
org.apache.qpid.management.domain.model.DomainModel

Packages that use DomainModel
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   
 

Uses of DomainModel in org.apache.qpid.management.domain.handler.base
 

Fields in org.apache.qpid.management.domain.handler.base declared as DomainModel
protected  DomainModel BaseMessageHandler._domainModel
          Managed broker domain model.
 

Methods in org.apache.qpid.management.domain.handler.base with parameters of type DomainModel
 void IMessageHandler.setDomainModel(DomainModel domainModel)
          Injects the domain model into this handler.
 void BaseMessageHandler.setDomainModel(DomainModel domainModel)
          Sets the broker domain model.
 

Uses of DomainModel in org.apache.qpid.management.domain.handler.impl
 

Methods in org.apache.qpid.management.domain.handler.impl with parameters of type DomainModel
 void MethodResponseMessageHandler.setDomainModel(DomainModel domainModel)
          Sets the domain model on this handler.
 

Uses of DomainModel in org.apache.qpid.management.domain.model
 

Constructors in org.apache.qpid.management.domain.model with parameters of type DomainModel
QpidPackage(String name, DomainModel parent)
          Builds a new package with the supplied name.
 

Uses of DomainModel in org.apache.qpid.management.domain.services
 

Constructors in org.apache.qpid.management.domain.services with parameters of type DomainModel
BrokerMessageListener(DomainModel model)
          Builds a new message listener with the given broker domain model.
 



Licensed to the Apache Software Foundation