Uses of Interface
wt.manager.ServerManager

Packages that use ServerManager
wt.manager Defines the Windchill ServerManager and ServerLauncher , among other things. 
 

Uses of ServerManager in wt.manager
 

Classes in wt.manager that implement ServerManager
 class ServerManagerImpl
          The server manager object.
 

Fields in wt.manager declared as ServerManager
protected  ServerManager RemoteServerManager.currentServerManager
           
 

Methods in wt.manager that return ServerManager
protected  ServerManager RemoteServerManager.getServerManager(ServerManager prev_server_manager)
          Get a remote server manager instance associated with this RemoteServerManager object.
 

Methods in wt.manager with parameters of type ServerManager
static void ServerLauncher.startServer(String service_name, ServerManager manager)
          Start a new instance of the specified service.
private static void ServerLauncher.startInternal(String service_name, String class_name, ServerManager manager)
           
(package private)  void RemoteServerManager.setServerManager(ServerManager server_manager)
           
protected  ServerManager RemoteServerManager.getServerManager(ServerManager prev_server_manager)
          Get a remote server manager instance associated with this RemoteServerManager object.