com.yourkit.probes
Class JVMPhase

java.lang.Object
  extended by com.yourkit.probes.JVMPhase

public final class JVMPhase
extends java.lang.Object

Check JVM execution phase.


Constructor Summary
JVMPhase()
           
 
Method Summary
static boolean isLivePhase()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMPhase

public JVMPhase()
Method Detail

isLivePhase

public static boolean isLivePhase()
Returns:
whether JVM is in live phase, which lasts after JVM has completed its initialization and before it starts to shut down. Some probe activities should be undertaken in the live phase only.


Copyright © 2003-2010 YourKit, LLC. All Rights Reserved.