Modifier and Type | Method and Description |
---|---|
Outcome |
UserActivity.end()
Complete the activity with the current completion status.
|
Outcome |
UserActivity.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
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 |
---|---|
void |
UserCoordinator.cancel()
Cancel the activity.
|
void |
UserCoordinator.close()
Confirm the current activity.
|
void |
UserCoordinator.complete()
Complete the activity.
|
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 |
---|---|
void |
UserCoordinator.cancel()
Cancel the activity.
|
void |
UserCoordinator.confirm()
Confirm the current activity.
|
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 |
---|---|
Outcome |
UserActivityImple.end()
Complete the activity with the completion status provided.
|
Outcome |
UserActivityImple.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
void |
UserActivityImple.resume(ActivityHierarchy tx)
Given a token representing a context, associate it with the current
thread of control.
|
Modifier and Type | Method and Description |
---|---|
Outcome |
ActivityImple.end()
Complete the activity with the current completion status.
|
Outcome |
ActivityImple.end(CompletionStatus cs)
Complete the activity with the completion status provided.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorServiceImple.cancel()
Cancel the activity.
|
void |
CoordinatorServiceImple.close()
Confirm the activity.
|
void |
CoordinatorServiceImple.complete()
Complete the activity.
|
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 |
---|---|
void |
CoordinatorServiceImple.cancel()
Cancel the activity.
|
void |
CoordinatorServiceImple.confirm()
Confirm the activity.
|
void |
CoordinatorServiceImple.resume(ActivityHierarchy tx)
Given a token representing a context, associate it with the current
thread of control.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.