com.bea.jvm
Class JVMFactory

java.lang.Object
  |
  +--com.bea.jvm.JVMFactory

public class JVMFactory
extends java.lang.Object

A utility class to acquire a JVM instance.

Author:
Calle Wilund, Marcus Hirt

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.

NotAvailableException
See Also:
JVM