Modifier and Type | Method and Description |
---|---|
static SequenceType |
SequenceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SequenceType[] |
SequenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuationStateStackEventHandler.handleStateStackInsertion(MessageContext synCtx,
java.lang.String seqName,
SequenceType seqType)
Handles insertion to the continuation state stack.
|
Modifier and Type | Method and Description |
---|---|
void |
SpanHandler.handleStateStackInsertion(MessageContext synCtx,
java.lang.String seqName,
SequenceType seqType) |
Modifier and Type | Method and Description |
---|---|
SequenceType |
SeqContinuationState.getSeqType()
Get the sequence type
|
Modifier and Type | Method and Description |
---|---|
static void |
ContinuationStackManager.addSeqContinuationState(MessageContext synCtx,
java.lang.String seqName,
SequenceType seqType)
Add new SeqContinuationState to the stack.
|
static void |
ContinuationStackManager.removeSeqContinuationState(MessageContext synCtx,
SequenceType seqType)
Remove top SeqContinuationState from the stack.
|
Constructor and Description |
---|
SeqContinuationState(SequenceType seqType,
java.lang.String seqName) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceMediator.setSequenceType(SequenceType sequenceType) |
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.