org.apache.qpid.server.configuration
Class ConfigProperty.ReadOnlyConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
java.lang.Object
org.apache.qpid.server.configuration.ConfigProperty.ReadWriteConfigProperty<T,C,S>
org.apache.qpid.server.configuration.ConfigProperty.ReadOnlyConfigProperty<T,C,S>
- All Implemented Interfaces:
- ConfigProperty<T,C,S>
- Enclosing interface:
- ConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
public abstract static class ConfigProperty.ReadOnlyConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
- extends ConfigProperty.ReadWriteConfigProperty<T,C,S>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigProperty.ReadOnlyConfigProperty
protected ConfigProperty.ReadOnlyConfigProperty(String name)
setValue
public final void setValue(C object,
S value)
clearValue
public final void clearValue(C object)
Licensed to the Apache Software Foundation