Modifier and Type | Method and Description |
---|---|
HLS[] |
ActivityManager.allHighLevelServices()
Allows an invoker to obtain a list of all registered HLSs.
|
HLS |
ActivityManager.getHighLevelService(String serviceType)
Allows an invoker to obtain a specific registered HLS supporting a given coordination type.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityManager.addHLS(HLS service)
Register the specified HLS with the activity service.
|
void |
ActivityManager.removeHLS(HLS service)
Unregister the specified HLS with the activity service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SagasHLS |
Modifier and Type | Interface and Description |
---|---|
interface |
TwoPhaseHLS |
Modifier and Type | Method and Description |
---|---|
HLS[] |
ActivityManagerImple.allHighLevelServices() |
HLS |
ActivityManagerImple.getHighLevelService(String serviceType) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityManagerImple.addHLS(HLS service) |
void |
ActivityManagerImple.removeHLS(HLS service) |
Modifier and Type | Method and Description |
---|---|
static HLS[] |
HLSManager.allHighLevelServices() |
static HLS |
HLSManager.getHighLevelService(String serviceType) |
Modifier and Type | Method and Description |
---|---|
static void |
HLSManager.addHLS(HLS service) |
static void |
HLSManager.removeHLS(HLS service) |
Modifier and Type | Class and Description |
---|---|
class |
SagasHLSImple
The ArjunaCore coordination service implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TwoPhaseHLSImple
The ArjunaCore coordination service implementation.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.