Package wt.services

Class StandardManagerService

java.lang.Object
wt.services.StandardManager
wt.services.StandardManagerService
All Implemented Interfaces:
Serializable, KeyedEventDispatcher, wt.fc._NetFactor, NetFactor, wt.services.Manager, ManagerService

public class StandardManagerService extends StandardManager implements ManagerService
A reference implementation of a ManagerService. A service which starts up, shuts down and provides access to, managers.

Use the newStandardManagerService static factory method(s), not the StandardManagerService 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: false

See Also: