|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SequenceState>
weblogic.wsee.reliability2.api.SequenceState
public enum SequenceState
The possible states of a sequence on both the RM source and RM destination.
Enum Constant Summary | |
---|---|
CLOSED
Sequence is closed. |
|
CLOSING
Sequence is in the process of being closed. |
|
CREATED
Sequence handshaking is complete. |
|
CREATING
Sequence creation handshaking is in progress. |
|
LAST_MESSAGE
Deprecated. RM 1.0 only |
|
LAST_MESSAGE_PENDING
Deprecated. RM 1.0 only |
|
NEW
Initial state of a sequence. |
|
TERMINATED
Sequence is terminated. |
|
TERMINATING
Sequence is in the process of being terminated. |
Method Summary | |
---|---|
static boolean |
isClosedState(SequenceState state)
|
static boolean |
isTerminalState(SequenceState state)
|
boolean |
isValidTransition(SequenceState state)
|
static SequenceState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SequenceState[] |
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, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SequenceState NEW
public static final SequenceState CREATING
public static final SequenceState CREATED
public static final SequenceState LAST_MESSAGE_PENDING
public static final SequenceState LAST_MESSAGE
public static final SequenceState CLOSING
public static final SequenceState CLOSED
public static final SequenceState TERMINATING
public static final SequenceState TERMINATED
Method Detail |
---|
public static SequenceState[] values()
for(SequenceState c : SequenceState.values()) System.out.println(c);
public static SequenceState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic boolean isValidTransition(SequenceState state)
public static boolean isTerminalState(SequenceState state)
public static boolean isClosedState(SequenceState state)
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |