public interface Sequence extends Serializable
Step's that perform one logical unit of operation. Steps within a Sequence are executed in order.
State is shared between sequences via the Session. This allows sequences to pass request scoped state between Step invocations.
Sequences form the basis of a timed operation.| Modifier and Type | Method and Description |
|---|---|
int |
id() |
void |
instantiate(Session session,
int id) |
String |
name() |
Phase |
phase() |
void |
reserve(Session session) |
Step[] |
steps() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.