public abstract class ReificationBootstrap extends Object
ReificationPipeline and multiple ReificationSteps which are executed synchronously by
definition. Asynchronous tasks have to be executed before the actual reification starts using
implementations of this interface.| Modifier and Type | Class and Description |
|---|---|
static interface |
ReificationBootstrap.Callback |
| Modifier | Constructor and Description |
|---|---|
protected |
ReificationBootstrap(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
prepare(Dialog dialog,
Context context) |
abstract void |
prepareAsync(Dialog dialog,
Context context,
ReificationBootstrap.Callback callback) |
String |
toString() |
protected ReificationBootstrap(String name)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.