Uses of Interface
wt.manager.ManagedServer

Packages that use ManagedServer
wt.manager Defines the Windchill ServerManager and ServerLauncher , among other things. 
wt.method Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality. 
 

Uses of ManagedServer in wt.manager
 

Fields in wt.manager declared as ManagedServer
(package private)  ManagedServer StandardServerMonitor.Pinger.server
           
(package private)  ManagedServer Reaper.server
           
(package private)  ManagedServer Pinger.server
           
 

Methods in wt.manager with parameters of type ManagedServer
static boolean ServerManagerImpl.alive(String service_name, ManagedServer server)
          Test if a given manager server is still alive.
 

Constructors in wt.manager with parameters of type ManagedServer
StandardServerMonitor.Pinger(String service_name, ManagedServer server)
           
Reaper(String service_name, ManagedServer server)
           
Pinger(String service_name, ManagedServer server)
           
 

Uses of ManagedServer in wt.method
 

Classes in wt.method that implement ManagedServer
 class MethodServerImpl
          The method server object.