com.sun.faban.harness.engine
Class Engine

java.lang.Object
  extended by com.sun.faban.harness.engine.Engine

public class Engine
extends Object

This class starts the engine by creating the Registry with which all other instances of remote servers register.

Author:
Ramesh Ramachandran

Method Summary
static void destroy()
          Terminates the instance.
static void initIfNotInited(ServletContext ctx, HttpServletRequest request)
          Initializes the instance if it is not already initialized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initIfNotInited

public static void initIfNotInited(ServletContext ctx,
                                   HttpServletRequest request)
                            throws IOException
Initializes the instance if it is not already initialized.

Parameters:
ctx -
request -
Throws:
IOException

destroy

public static void destroy()
Terminates the instance.