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 Summary |
static void |
main(String[] args)
Main routine for stand-alone server manager application. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
- Main routine for stand-alone server manager application.
Supported API: true