public interface ServerManagementService
| Modifier and Type | Method and Description |
|---|---|
void |
createContainer(String serverId,
String containerId,
org.guvnor.common.services.project.model.GAV gav) |
void |
deleteOp(Collection<String> servers,
Map<String,List<String>> containers) |
Container |
getContainerInfo(String serverId,
String container) |
Collection<ServerRef> |
listServers() |
void |
refresh() |
void |
registerServer(String endpoint,
String name,
String version) |
ScannerOperationResult |
scanNow(String serverId,
String containerId) |
void |
startContainers(Map<String,List<String>> containers) |
ScannerOperationResult |
startScanner(String serverId,
String containerId,
long interval) |
void |
stopContainers(Map<String,List<String>> containers) |
ScannerOperationResult |
stopScanner(String serverId,
String containerId) |
void |
updateServerStatus(Collection<String> servers) |
void |
upgradeContainer(String serverId,
String containerId,
org.guvnor.common.services.project.model.GAV releaseId) |
Collection<ServerRef> listServers()
void registerServer(String endpoint, String name, String version) throws ServerAlreadyRegisteredException
ServerAlreadyRegisteredExceptionvoid createContainer(String serverId, String containerId, org.guvnor.common.services.project.model.GAV gav)
void refresh()
ScannerOperationResult scanNow(String serverId, String containerId)
ScannerOperationResult startScanner(String serverId, String containerId, long interval)
ScannerOperationResult stopScanner(String serverId, String containerId)
void upgradeContainer(String serverId, String containerId, org.guvnor.common.services.project.model.GAV releaseId)
void updateServerStatus(Collection<String> servers)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.