Package wt.manager

Class ServerManagerMain

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

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
  • Method Details

    • main

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

      Supported API: true