org.jcoderz.commons.config
Interface ServiceConfiguration
- All Known Subinterfaces:
- ConnectorConfiguration, TestMessagesConfiguration
- All Known Implementing Classes:
- ConnectorConfigurationImpl, TestMessagesConfigurationImpl
public interface ServiceConfiguration
The ServiceConfiguration Interface is the super interface
for all derived *Service*Configuration interfaces that provide
typed interface methods to get the configuration parameters that belong
to the corresponding *Service*.
|
Method Summary |
void |
enableCaching(boolean doCaching)
selects the cache mode,if the types interface implementation should cache
its configuration. |
enableCaching
void enableCaching(boolean doCaching)
- selects the cache mode,if the types interface implementation should cache
its configuration. The caching is enabled by default.
NOTE: Please remark that this caching mode only determines the caching
for the typed interface level. This is independent from the data access
level where a separated caching might be available dependent to its
implementation.
- Parameters:
doCaching - if true, caching is enabled. if false no caching
at the type interface level will be used.
Copyright 2007 The jCoderZ Project.