wt.manager
Class ServerManagerMain

java.lang.Object
  extended bywt.manager.ServerManagerMain
All Implemented Interfaces:
AppletListener, Runnable

public class ServerManagerMain
extends Object
implements Runnable, AppletListener

The server manager application main. This class contains the main method executed when starting a server manager. It is responsible for instantiating any necessary RMI or CORBA server objects objects and exporting them for client access.

Supported API: true
Extendable: false


Field Summary
private static RMIClientSocketFactory CLIENT_SOCKET_FACTORY
           
private  int CLIENT_TIMEOUT
           
private  int GC_INTERVAL
           
private  String LOAD_OBJECTS
           
private  boolean LOG_APPEND
           
private  boolean LOG_ENABLED
           
private  String LOG_FILE
           
private  boolean LOG_TEE
           
private  int MAX_SOCKETS
           
private  int PORT
           
private static RMIServerSocketFactory SERVER_SOCKET_FACTORY
           
private  boolean VERBOSE_SERVER
           
private  boolean VERBOSE_SOCKET
           
private  boolean VERBOSE_SOCKET_IO
           
private static String versionID
           
 
Constructor Summary
private ServerManagerMain()
           
 
Method Summary
 void destroy()
          Supported API: false
static void main(String[] args)
          Main routine for stand-alone server manager application.
 void run()
          Instance method to run method server.
 void start()
          Supported API: false
 void stop()
          Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

LOG_ENABLED

private final boolean LOG_ENABLED

LOG_FILE

private final String LOG_FILE

LOG_APPEND

private final boolean LOG_APPEND

LOG_TEE

private final boolean LOG_TEE

VERBOSE_SERVER

private final boolean VERBOSE_SERVER

VERBOSE_SOCKET

private final boolean VERBOSE_SOCKET

VERBOSE_SOCKET_IO

private final boolean VERBOSE_SOCKET_IO

PORT

private final int PORT

CLIENT_TIMEOUT

private final int CLIENT_TIMEOUT

MAX_SOCKETS

private final int MAX_SOCKETS

GC_INTERVAL

private final int GC_INTERVAL

LOAD_OBJECTS

private final String LOAD_OBJECTS

CLIENT_SOCKET_FACTORY

private static RMIClientSocketFactory CLIENT_SOCKET_FACTORY

SERVER_SOCKET_FACTORY

private static RMIServerSocketFactory SERVER_SOCKET_FACTORY
Constructor Detail

ServerManagerMain

private ServerManagerMain()
Method Detail

start

public void start()
Supported API: false

Specified by:
start in interface AppletListener

destroy

public void destroy()
Supported API: false

Specified by:
destroy in interface AppletListener

stop

public void stop()
Supported API: false

Specified by:
stop in interface AppletListener

main

public static void main(String[] args)
Main routine for stand-alone server manager application.

Supported API: true


run

public void run()
Instance method to run method server.

Supported API: false

Specified by:
run in interface Runnable