|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RecorderPoolItemState>
org.ow2.util.pool.impl.enhanced.api.recorder.RecorderPoolItemState
public enum RecorderPoolItemState
| Enum Constant Summary | |
|---|---|
ABORTED_FETCHING
Aborted fetching state. |
|
ABORTED_RECORDING
Aborted recording state. |
|
FETCHED
Fetched state. |
|
FETCHING
Fetching state. |
|
RECORDED
Recorded state. |
|
RECORDING
Recording state. |
|
| Method Summary | |
|---|---|
boolean |
isFetchable()
|
boolean |
isRecordable()
|
static RecorderPoolItemState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecorderPoolItemState[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RecorderPoolItemState FETCHED
public static final RecorderPoolItemState RECORDING
public static final RecorderPoolItemState RECORDED
public static final RecorderPoolItemState FETCHING
public static final RecorderPoolItemState ABORTED_RECORDING
public static final RecorderPoolItemState ABORTED_FETCHING
| Method Detail |
|---|
public static final RecorderPoolItemState[] values()
for(RecorderPoolItemState c : RecorderPoolItemState.values())
System.out.println(c);
public static RecorderPoolItemState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic boolean isFetchable()
public boolean isRecordable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||