| Package | Description |
|---|---|
| com.uwyn.rife.continuations | |
| com.uwyn.rife.continuations.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static ContinuationContext |
ContinuationContext.createInstance(ContinuableObject initialContinuable) |
static ContinuationContext |
ContinuationContext.getContext() |
ContinuationContext |
ContinuationManager.getContext(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContinuationManager.addContext(ContinuationContext context) |
void |
ContinuationManager.removeContext(ContinuationContext context) |
static void |
ContinuationContext.setContext(ContinuationContext context) |
| Modifier and Type | Method and Description |
|---|---|
ContinuationContext |
PauseException.getContext() |
ContinuationContext |
CallException.getContext() |
| Constructor and Description |
|---|
CallException(ContinuationContext context,
java.lang.String name) |
PauseException(ContinuationContext context,
java.lang.Object parameters) |