public interface RuntimeProvisioningServiceBackend
| Modifier and Type | Method and Description |
|---|---|
void |
destroyRuntime(String runtimeId) |
List<Provider> |
getProviders(Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
List<ProviderType> |
getProviderTypes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
List<Runtime> |
getRuntimes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
String |
newRuntime(RuntimeConfig conf) |
void |
registerProvider(ProviderConfig conf) |
void |
restartRuntime(String runtimeId) |
void |
startRuntime(String runtimeId) |
void |
stopRuntime(String runtimeId) |
void |
unregisterProvider(String name) |
List<ProviderType> getProviderTypes(Integer page, Integer pageSize, String sort, boolean sortOrder) throws BusinessException
BusinessExceptionList<Provider> getProviders(Integer page, Integer pageSize, String sort, boolean sortOrder) throws BusinessException
BusinessExceptionvoid registerProvider(ProviderConfig conf) throws BusinessException
BusinessExceptionvoid unregisterProvider(String name) throws BusinessException
BusinessExceptionString newRuntime(RuntimeConfig conf) throws BusinessException
BusinessExceptionvoid destroyRuntime(String runtimeId) throws BusinessException
BusinessExceptionList<Runtime> getRuntimes(Integer page, Integer pageSize, String sort, boolean sortOrder) throws BusinessException
BusinessExceptionvoid startRuntime(String runtimeId) throws BusinessException
BusinessExceptionvoid stopRuntime(String runtimeId) throws BusinessException
BusinessExceptionvoid restartRuntime(String runtimeId) throws BusinessException
BusinessExceptionCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.