Uses of Interface
org.apache.qpid.server.configuration.SystemConfig

Packages that use SystemConfig
org.apache.qpid.server.configuration   
org.apache.qpid.server.registry   
 

Uses of SystemConfig in org.apache.qpid.server.configuration
 

Classes in org.apache.qpid.server.configuration that implement SystemConfig
 class SystemConfigImpl
           
 

Fields in org.apache.qpid.server.configuration with type parameters of type SystemConfig
static org.apache.qpid.server.configuration.BrokerConfigType.BrokerReadOnlyProperty<SystemConfig> BrokerConfigType.SYSTEM_PROPERTY
           
 

Methods in org.apache.qpid.server.configuration that return SystemConfig
 SystemConfig ConfigStore.getRoot()
           
 SystemConfig BrokerConfig.getSystem()
           
 

Methods in org.apache.qpid.server.configuration with parameters of type SystemConfig
 boolean ConfigStore.setRoot(SystemConfig object)
           
 void BrokerConfig.setSystem(SystemConfig system)
           
 

Uses of SystemConfig in org.apache.qpid.server.registry
 

Methods in org.apache.qpid.server.registry that return SystemConfig
 SystemConfig BrokerConfigAdapter.getSystem()
           
 

Methods in org.apache.qpid.server.registry with parameters of type SystemConfig
 void BrokerConfigAdapter.setSystem(SystemConfig system)
           
 



Licensed to the Apache Software Foundation