public interface ActivityManager
| Modifier and Type | Method and Description |
|---|---|
void |
addHLS(HLS service)
Register the specified HLS with the activity service.
|
HLS[] |
allHighLevelServices()
Allows an invoker to obtain a list of all registered HLSs.
|
HLS |
getHighLevelService(String serviceType)
Allows an invoker to obtain a specific registered HLS supporting a given coordination type.
|
void |
removeHLS(HLS service)
Unregister the specified HLS with the activity service.
|
void addHLS(HLS service) throws InvalidHLSException, SystemException
service - The HLS to register.InvalidHLSException - Thrown if the HLS is invalid in the
current execution environment.SystemException - Thrown if any other error occurs.void removeHLS(HLS service) throws InvalidHLSException, SystemException
service - The HLS to unregister.InvalidHLSException - Thrown if the HLS is invalid in the
current execution environment.SystemException - Thrown if any other error occurs.HLS[] allHighLevelServices() throws SystemException
SystemException - Thrown if any error occurs.HLS getHighLevelService(String serviceType) throws SystemException
SystemException - Thrown if any error occurs.Copyright © 2017 JBoss by Red Hat. All rights reserved.