|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.modules.j2ee.deployment.profiler.api.ProfilerSupport
public final class ProfilerSupport
Allows to determine current state of a Profiler registered in the default Lookup.
Field Summary | |
---|---|
static int |
STATE_BLOCKING
The Profiler agent is running and ready for the Profiler to connect, target JVM is blocked. |
static int |
STATE_INACTIVE
The Profiler agent isn't running. |
static int |
STATE_PROFILING
The Profiler agent is running and connected to Profiler, target JVM is running. |
static int |
STATE_RUNNING
The Profiler agent is running and ready for the Profiler to connect, target JVM is running. |
static int |
STATE_STARTING
The Profiler agent is starting to STATE_BLOCKING or STATE_RUNNING state, target JVM isn't running. |
Constructor Summary | |
---|---|
ProfilerSupport()
|
Method Summary | |
---|---|
static int |
getState()
Returns the current state of a Profiler registered into Lookup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int STATE_INACTIVE
public static int STATE_STARTING
public static int STATE_BLOCKING
public static int STATE_RUNNING
public static int STATE_PROFILING
Constructor Detail |
---|
public ProfilerSupport()
Method Detail |
---|
public static int getState()
STATE_INACTIVE
if no
Profiler is registered in the default Lookup.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |