org.apache.qpid.server.configuration
Class SystemConfigType
java.lang.Object
org.apache.qpid.server.configuration.ConfigObjectType<SystemConfigType,SystemConfig>
org.apache.qpid.server.configuration.SystemConfigType
public final class SystemConfigType
- extends ConfigObjectType<SystemConfigType,SystemConfig>
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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