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
Manager Standard interface to all managers.
ManagerResourceFactory ManagerResourceFactories are used to manufacture instances of managers.
ManagerService The manager service is a manager which is used to startup and provide access to a pre-defined list of managers.
 

Class Summary
DefaultStartupHandler

Supported API: false

Extendable: false
LightweightServiceHelper

Supported API: false

Extendable: false
ManagerEvent

Supported API: false

Extendable: false
ManagerImplementation A ManagerImplementation wraps a Manager instance with the StartupHandler features, as well as providing information on how the manager should be created.
ManagerServiceFactory The ManagerServiceFactory is a well known pseudo-singleton (static methods) which is used to record and access a default manager service.
ServiceEventDispatcher  
ServiceEventListenerAdapter An implementation of KeyedEventListener used by services to handle service events.
StandardManager StandardManager is the base class for NetFactor sevices and managers..
StandardManagerFactory An implementation of the ManagerResourceFactory interface.
StandardManagerFactory.Singleton  
StandardManagerService A reference implementation of a ManagerService.
StandardManagerServiceEvent Used to represent events occuring within the Services package.
StandardServicesHandler Standard services handler.
StartupHandler A ManagerRepository handles the startup and shutdown of a collection of Managers.
 

Exception Summary
ManagerException If a manger service has a problem such as not finding a manager it throws a ManagerException.
 

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.