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.
|
Modifier and Type | Method and Description |
---|---|
ActivityHierarchy |
UserActivityImple.currentActivity() |
ActivityHierarchy |
UserActivityImple.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 |
UserActivityImple.resume(ActivityHierarchy tx)
Given a token representing a context, associate it with the current
thread of control.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityHierarchyImple
This class represents a handle on a stack of activities.
|
Modifier and Type | Method and Description |
---|---|
ActivityHierarchy |
ActivityHierarchyImple.copy()
Obtain a copy of this context.
|
Modifier and Type | Method and Description |
---|---|
ActivityHierarchy |
CoordinatorServiceImple.currentActivity() |
ActivityHierarchy |
CoordinatorServiceImple.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 |
CoordinatorServiceImple.resume(ActivityHierarchy tx)
Given a token representing a context, associate it with the current
thread of control.
|
Modifier and Type | Method and Description |
---|---|
ActivityHierarchy |
CoordinatorServiceImple.currentActivity() |
ActivityHierarchy |
CoordinatorServiceImple.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 |
CoordinatorServiceImple.resume(ActivityHierarchy tx)
Given a token representing a context, associate it with the current
thread of control.
|
Constructor and Description |
---|
CompletionCoordinatorImple(CoordinatorManager cm,
ActivityHierarchy hier,
boolean deactivate,
W3CEndpointReference participant) |
CompletionCoordinatorRPCImple(CoordinatorManager cm,
ActivityHierarchy hier,
boolean deactivate,
W3CEndpointReference participant) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.