wt.method
Class MethodServerMain

java.lang.Object
  extended by wt.method.MethodServerMain
All Implemented Interfaces:
Runnable, AppletListener

public class MethodServerMain
extends Object
implements Runnable, AppletListener

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

Supported API: true
Extendable: false


Method Summary
static void main(String[] args)
          Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws InterruptedException
Supported API: true

Throws:
InterruptedException