Package | Description |
---|---|
com.arjuna.mw.wsas | |
com.arjuna.mw.wsas.activity | |
com.arjuna.mw.wscf.model.sagas.api | |
com.arjuna.mw.wscf.model.twophase.api |
Modifier and Type | Method and Description |
---|---|
ActivityHierarchy |
UserActivity.currentActivity() |
ActivityHierarchy |
UserActivity.suspend()
Suspend the current activity from this thread and return the token
representing the context, if any, or null otherwise.
|
Modifier and Type | Method and Description |
---|---|
void |
UserActivity.resume(ActivityHierarchy tx)
Given a token representing a context, associate it with the current
thread of control.
|
Modifier and Type | Method and Description |
---|---|
ActivityHierarchy |
ActivityHierarchy.copy()
Obtain a copy of this context.
|
Modifier and Type | Method and Description |
---|---|
ActivityHierarchy |
UserCoordinator.currentActivity() |
ActivityHierarchy |
UserCoordinator.suspend()
Suspend the current activity from this thread and return the token
representing the context, if any, or null otherwise.
|
Modifier and Type | Method and Description |
---|---|
void |
UserCoordinator.resume(ActivityHierarchy tx)
Given a token representing a context, associate it with the current
thread of control.
|
Modifier and Type | Method and Description |
---|---|
ActivityHierarchy |
UserCoordinator.currentActivity() |
ActivityHierarchy |
UserCoordinator.suspend()
Suspend the current activity from this thread and return the token
representing the context, if any, or null otherwise.
|
Modifier and Type | Method and Description |
---|---|
void |
UserCoordinator.resume(ActivityHierarchy tx)
Given a token representing a context, associate it with the current
thread of control.
|
Copyright © 2013. All rights reserved.