org.apache.qpid.server.configuration
Class SystemConfigType

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigObjectType<SystemConfigType,SystemConfig>
      extended by org.apache.qpid.server.configuration.SystemConfigType

public final class SystemConfigType
extends ConfigObjectType<SystemConfigType,SystemConfig>


Nested Class Summary
static interface SystemConfigType.SystemProperty<S>
           
 
Field Summary
static org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<UUID> ID_PROPERTY
           
static org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> MACHINE_PROPERTY
           
static org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> NAME_PROPERTY
           
static org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> NODE_NAME_PROPERTY
           
static org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> OS_NAME_PROPERTY
           
static org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> RELEASE_PROPERTY
           
static org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> VERSION_PROPERTY
           
 
Method Summary
static SystemConfigType getInstance()
           
 Collection<SystemConfigType.SystemProperty<?>> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_PROPERTY

public static final org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> NAME_PROPERTY

ID_PROPERTY

public static final org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<UUID> ID_PROPERTY

OS_NAME_PROPERTY

public static final org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> OS_NAME_PROPERTY

NODE_NAME_PROPERTY

public static final org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> NODE_NAME_PROPERTY

RELEASE_PROPERTY

public static final org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> RELEASE_PROPERTY

VERSION_PROPERTY

public static final org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> VERSION_PROPERTY

MACHINE_PROPERTY

public static final org.apache.qpid.server.configuration.SystemConfigType.SystemReadOnlyProperty<String> MACHINE_PROPERTY
Method Detail

getProperties

public Collection<SystemConfigType.SystemProperty<?>> getProperties()
Specified by:
getProperties in class ConfigObjectType<SystemConfigType,SystemConfig>

getInstance

public static SystemConfigType getInstance()


Licensed to the Apache Software Foundation