Uses of Class
creamtec.webcream.core.JVMProcessContext

Packages that use JVMProcessContext
creamtec.webcream.core   
 

Uses of JVMProcessContext in creamtec.webcream.core
 

Methods in creamtec.webcream.core that return JVMProcessContext
 JVMProcessContext JVMFactory.findFreeJVM(java.lang.String appName)
          Returns a JVM that can execute another virtual client for a given application
 JVMProcessContext JVMFactory.getAvailableJVM(java.lang.String appName)
          If there's already a warmed up JVM, returns it.
 JVMProcessContext JVMFactory.launchJVM(java.lang.String appName)
          Launches a new JVM for a given application and waits for it to become available
 JVMProcessContext JVMFactory.waitForJVM(java.lang.String appName)
          Waits until a JVM for a given application becomes available
 

Methods in creamtec.webcream.core with parameters of type JVMProcessContext
 void JVMFactory.shutdownJVM(JVMProcessContext jvmContext, java.lang.String appName)
          Shuts down the JVM identified by the JVM context and the application name
 void JVMFactory.unregisterJVM(JVMProcessContext jvmContext, java.lang.String appName)
          Unregisteres external JVM with the factory
 



Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.