Package wt.services

Defines ManagerService (see the reference implementation StandardManagerService ) which is a Manager (see StandardManager and its subclasses) obtained from a ManagerResourceFactory (see wt.services.StandardMangerFactory) and deals with both startup and event processing of services; this package is the basis of all Windchill services.

See:
          Description

Interface Summary
ManagerService The manager service is a manager which is used to startup and provide access to a pre-defined list of managers.
 

Class Summary
ServiceEventListenerAdapter An implementation of KeyedEventListener used by services to handle service events.
StandardManager StandardManager is the base class for NetFactor sevices and managers..
StandardManagerService A reference implementation of a ManagerService.
StandardManagerServiceEvent Used to represent events occuring within the Services package.
 

Package wt.services Description

Defines ManagerService (see the reference implementation StandardManagerService ) which is a Manager (see StandardManager and its subclasses) obtained from a ManagerResourceFactory (see wt.services.StandardMangerFactory) and deals with both startup and event processing of services; this package is the basis of all Windchill services.