org.apache.qpid.server.configuration
Class ConfigProperty.ReadOnlyConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigProperty.ReadWriteConfigProperty<T,C,S>
      extended by 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>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.qpid.server.configuration.ConfigProperty
ConfigProperty.ReadOnlyConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>, ConfigProperty.ReadWriteConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
 
Constructor Summary
protected ConfigProperty.ReadOnlyConfigProperty(String name)
           
 
Method Summary
 void clearValue(C object)
           
 void setValue(C object, S value)
           
 
Methods inherited from class org.apache.qpid.server.configuration.ConfigProperty.ReadWriteConfigProperty
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.qpid.server.configuration.ConfigProperty
getValue
 

Constructor Detail

ConfigProperty.ReadOnlyConfigProperty

protected ConfigProperty.ReadOnlyConfigProperty(String name)
Method Detail

setValue

public final void setValue(C object,
                           S value)

clearValue

public final void clearValue(C object)


Licensed to the Apache Software Foundation