Uses of Class
com.creamtec.ajaxswing.core.JVMProcessContext

Packages that use JVMProcessContext
com.creamtec.ajaxswing.core   
 

Uses of JVMProcessContext in com.creamtec.ajaxswing.core
 

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

Methods in com.creamtec.ajaxswing.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-2012 CreamTec LLC. All Rights Reserved.