Modifier and Type | Method and Description |
---|---|
void |
UserActivity.setTimeout(int timeout)
Set the timeout to be associated with all subsequently created
activities.
|
void |
UserActivity.start(String serviceType,
int timeout)
Start a new activity with a given coordination type.
|
Modifier and Type | Method and Description |
---|---|
void |
UserCoordinator.begin(String coordinationType,
int timeout)
Start a new activity.
|
void |
UserCoordinator.setTimeout(int timeout)
Set the timeout to be associated with all subsequently created
activities.
|
Modifier and Type | Method and Description |
---|---|
void |
UserCoordinator.begin(String serviceType,
int timeout)
Start a new activity.
|
void |
UserCoordinator.setTimeout(int timeout)
Set the timeout to be associated with all subsequently created
activities.
|
Modifier and Type | Method and Description |
---|---|
void |
UserActivityImple.setTimeout(int timeout)
Set the timeout to be associated with all subsequently created
activities.
|
void |
UserActivityImple.start(String serviceType,
int timeout)
Start a new activity.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityImple.start(int timeout)
Start a new activity.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorServiceImple.begin(String coordinationType,
int timeout)
Start a new activity.
|
void |
CoordinatorServiceImple.setTimeout(int timeout)
Set the timeout to be associated with all subsequently created
activities.
|
Modifier and Type | Method and Description |
---|---|
void |
CoordinatorServiceImple.begin(String serviceType,
int timeout)
Start a new activity.
|
void |
CoordinatorServiceImple.setTimeout(int timeout)
Set the timeout to be associated with all subsequently created
activities.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.