com.jrockit.mc.rjmx.flr
Class IRecordingDescriptor.RecordingState

java.lang.Object
  extended by com.jrockit.mc.rjmx.flr.IRecordingDescriptor.RecordingState
Enclosing interface:
IRecordingDescriptor

public static final class IRecordingDescriptor.RecordingState
extends java.lang.Object

Defines the possible states a recording can be in. CREATED RUNNING STOPPED This will become an enum once we 1.5-ify RJMX.


Field Summary
static IRecordingDescriptor.RecordingState CREATED
          The Recording has been created but not yet started.
static IRecordingDescriptor.RecordingState RUNNING
          The recording is running, i.e. it has been started, but not yet stopped.
static IRecordingDescriptor.RecordingState STOPPED
          The recording has been started, and then stopped.
static IRecordingDescriptor.RecordingState STOPPING
          The recording has been started, and is stopping, but has not fully completed.
 
Constructor Summary
IRecordingDescriptor.RecordingState(java.lang.String state)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATED

public static final IRecordingDescriptor.RecordingState CREATED
The Recording has been created but not yet started.


RUNNING

public static final IRecordingDescriptor.RecordingState RUNNING
The recording is running, i.e. it has been started, but not yet stopped.


STOPPING

public static final IRecordingDescriptor.RecordingState STOPPING
The recording has been started, and is stopping, but has not fully completed.


STOPPED

public static final IRecordingDescriptor.RecordingState STOPPED
The recording has been started, and then stopped. Either because the recording duration timed out, or because it was forced to stop.

Constructor Detail

IRecordingDescriptor.RecordingState

public IRecordingDescriptor.RecordingState(java.lang.String state)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.