com.bea.jvm
Class JVMFactory

java.lang.Object
  extended by com.bea.jvm.JVMFactory

public class JVMFactory
extends java.lang.Object

A utility class to acquire a JVM instance.


Constructor Summary
JVMFactory()
           
 
Method Summary
static JVM getJVM()
          Returns a JVM instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMFactory

public JVMFactory()
Method Detail

getJVM

public static JVM getJVM()
                  throws NotAvailableException
Returns a JVM instance.

Throws:
NotAvailableException
See Also:
JVM