com.creamtec.ajaxswing.core
Class JVMProcessContext

java.lang.Object
  extended by com.creamtec.ajaxswing.core.JVMProcessContext

public class JVMProcessContext
extends java.lang.Object

Stores the context parameters of the current JVM


Field Summary
 boolean clientInitializing
          How many agents have executed in the life of the JVM
 int clientsCount
          Remote handle to a JVM
 int clientsExecuted
          Current number of agents executing in the JVM
 JVMProcessRemote jvmProcess
           
 java.lang.String locale
          Is an agent currently initializing?
 
Constructor Summary
JVMProcessContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jvmProcess

public JVMProcessRemote jvmProcess

clientsCount

public int clientsCount
Remote handle to a JVM


clientsExecuted

public int clientsExecuted
Current number of agents executing in the JVM


clientInitializing

public boolean clientInitializing
How many agents have executed in the life of the JVM


locale

public java.lang.String locale
Is an agent currently initializing?

Constructor Detail

JVMProcessContext

public JVMProcessContext()


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