Uses of Interface
wt.method.MethodServer

Packages that use MethodServer
wt.method Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality. 
 

Uses of MethodServer in wt.method
 

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

Fields in wt.method declared as MethodServer
 MethodServer ServerLoadException.method_server
           
private  MethodServer[] RemoteMethodServer.servers
           
private  MethodServer MethodServerImpl.nextServer
           
 

Methods in wt.method that return MethodServer
protected  MethodServer RemoteMethodServer.handleServerLoadException(Throwable server_exception, MethodServer prev_method_server)
          Handle load balancing to a new server when current server throws a ServerLoadException.
protected  MethodServer RemoteMethodServer.getMethodServer(MethodServer prev_method_server, Exception report_exception)
          Get a remote method server instance associated with this RemoteMethodServer object.
private  MethodServer RemoteMethodServer.getCurrentMethodServer()
           
private  MethodServer MethodServerImpl.nextMethodServer()
           
 

Methods in wt.method with parameters of type MethodServer
protected  MethodServer RemoteMethodServer.handleServerLoadException(Throwable server_exception, MethodServer prev_method_server)
          Handle load balancing to a new server when current server throws a ServerLoadException.
protected  MethodServer RemoteMethodServer.getMethodServer(MethodServer prev_method_server, Exception report_exception)
          Get a remote method server instance associated with this RemoteMethodServer object.
private  void RemoteMethodServer.setCurrentMethodServer(MethodServer server)
           
 

Constructors in wt.method with parameters of type MethodServer
ServerLoadException(MethodServer method_server)