Package wt.vc.config

Class StandardConfigService

java.lang.Object
wt.services.StandardManager
wt.vc.config.StandardConfigService
All Implemented Interfaces:
Serializable, wt.fc._NetFactor, NetFactor, wt.services.applicationcontext.ApplicationContextChild, wt.services.Manager, ConfigService

public class StandardConfigService extends StandardManager implements ConfigService, wt.services.applicationcontext.ApplicationContextChild, Serializable
This is a straight forward implementation of ConfigService that has no listeners.

Use the newStandardConfigService static factory method(s), not the StandardConfigService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: true

See Also: