Uses of Class
wt.services.StartupHandler

Packages that use StartupHandler
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. 
 

Uses of StartupHandler in wt.services
 

Subclasses of StartupHandler in wt.services
 class DefaultStartupHandler
          

Supported API: false

Extendable: false
 class ManagerImplementation
          A ManagerImplementation wraps a Manager instance with the StartupHandler features, as well as providing information on how the manager should be created.
 

Fields in wt.services declared as StartupHandler
private  StartupHandler StandardManagerService.startupHandler
           
private  StartupHandler StandardManagerFactory.handler
           
 

Methods in wt.services that return StartupHandler
 StartupHandler StandardManagerFactory.getStartupHandler()
          

Supported API: false
 StartupHandler ManagerResourceFactory.getStartupHandler()
          

Supported API: false