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

Packages that use QpidPackage
org.apache.qpid.management.domain.model   
 

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

Fields in org.apache.qpid.management.domain.model declared as QpidPackage
(package private)  QpidPackage QpidEntity._parent
           
 

Fields in org.apache.qpid.management.domain.model with type parameters of type QpidPackage
(package private)  Map<String,QpidPackage> DomainModel._packages
          Here the known packages of the remote broker are stored.
 

Methods in org.apache.qpid.management.domain.model that return QpidPackage
(package private)  QpidPackage DomainModel.getPackageByName(String packageName)
          Gets the package with the specified name.
 

Constructors in org.apache.qpid.management.domain.model with parameters of type QpidPackage
QpidClass(String className, Binary hash, QpidPackage parentPackage)
          Builds a new class with the given name and package as parent.
QpidEntity(String className, Binary hash, QpidPackage parentPackage, String type)
          Builds a new class with the given name and package as parent.
QpidEvent(String eventClassName, Binary hash, QpidPackage parentPackage)
          Builds a new class with the given name and package as parent.
 



Licensed to the Apache Software Foundation