Package | Description |
---|---|
com.arjuna.mw.wsas | |
com.arjuna.mw.wscf.model.sagas.hls | |
com.arjuna.mw.wscf.model.twophase.hls |
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 |
Copyright © 2013. All rights reserved.