com.nhncorp.neptune.common.conf
Interface NConfigurable

All Known Implementing Classes:
NConfigured, NObjectWritable

public interface NConfigurable

Something that may be configured with a NConfiguration.


Method Summary
 NConfiguration getConf()
          Return the configuration used by this object.
 void setConf(NConfiguration conf)
          Set the configuration to be used by this object.
 

Method Detail

setConf

void setConf(NConfiguration conf)
Set the configuration to be used by this object.


getConf

NConfiguration getConf()
Return the configuration used by this object.