org.mozilla.jrex.xpcom
Class JRexXPCOMImpl

java.lang.Object
  |
  +--org.mozilla.jrex.xpcom.JRexXPCOMImpl
All Implemented Interfaces:
JRexXPCOM

public class JRexXPCOMImpl
extends Object
implements JRexXPCOM

The class implementing JRexXPCOM interface. The instance of class is are constructed using the getInstance method.

Version:
1.0
Author:
C.N.Medappa
See Also:
JRexXPCOM

Method Summary
static JRexXPCOM getInstance()
          A factory method to get the instance of JRexXPCOM Implementation.
 void startXPCOM()
          A function to start mozilla XPCOM engine.
 void stopXPCOM()
          A function to stop mozilla XPCOM engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JRexXPCOM getInstance()
                             throws JRexException
A factory method to get the instance of JRexXPCOM Implementation.

Returns:
instance of JRexXPCOM.
JRexException

startXPCOM

public void startXPCOM()
                throws JRexException
A function to start mozilla XPCOM engine. The function uses following system properties.

Specified by:
startXPCOM in interface JRexXPCOM
JRexException

stopXPCOM

public void stopXPCOM()
               throws JRexException
Description copied from interface: JRexXPCOM
A function to stop mozilla XPCOM engine.

Specified by:
stopXPCOM in interface JRexXPCOM
JRexException


Copyright © 2004 C.N.Medappa. All Rights Reserved.