| Package | Description |
|---|---|
| de.cinovo.cloudconductor.api.lib.exceptions | |
| de.cinovo.cloudconductor.api.lib.helper | |
| de.cinovo.cloudconductor.api.lib.manager |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientErrorException
Copyright 2013 Cinovo AG
Exception for client errors. |
class |
SerializationException
Copyright 2013 Cinovo AG
Exception for problems related to serialization or deserialization. |
class |
ServerErrorException
Copyright 2013 Cinovo AG
Exception for server errors. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractApiHandler._delete(String path) |
protected <T> T |
AbstractApiHandler._get(String path,
Class<T> type) |
protected Object |
AbstractApiHandler._get(String path,
com.fasterxml.jackson.databind.JavaType type) |
protected org.apache.http.HttpResponse |
AbstractApiHandler._post(String path,
Object post) |
protected <T> T |
AbstractApiHandler._post(String path,
Object post,
Class<T> type) |
protected <T> T |
AbstractApiHandler._post(String path,
Object post,
com.fasterxml.jackson.databind.JavaType type) |
protected org.apache.http.HttpResponse |
AbstractApiHandler._put(String path) |
protected org.apache.http.HttpResponse |
AbstractApiHandler._put(String path,
Object put) |
protected <T> T |
AbstractApiHandler._put(String path,
Object put,
Class<T> type) |
protected <T> T |
AbstractApiHandler._put(String path,
Object put,
com.fasterxml.jackson.databind.JavaType type) |
void |
DefaultRestHandler.delete(String name) |
Set<T> |
DefaultRestHandler.get() |
T |
DefaultRestHandler.get(String name) |
void |
DefaultRestHandler.save(T apiObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigValueHandler.addConfig(String template,
String key,
String value) |
void |
ConfigValueHandler.addConfig(String template,
String service,
String key,
String value) |
void |
TemplateHandler.addHost(String template,
String host)
Deprecated.
|
void |
ServiceHandler.addPackage(String service,
String pkg) |
void |
PackageHandler.addRPM(String packageName,
PackageVersion version) |
void |
TemplateHandler.addSSHKey(String template,
String key) |
void |
TemplateHandler.addVersion(String template,
PackageVersion version) |
Set<String> |
AgentHandler.getAliveAgents() |
Map<String,String> |
ConfigValueHandler.getConfig(String template) |
Map<String,String> |
ConfigValueHandler.getConfig(String template,
String service) |
String |
ConfigValueHandler.getConfig(String template,
String service,
String key) |
String |
AgentHandler.getConfigFileData(String configFilename) |
String |
ConfigFileHandler.getData(String name) |
Set<Host> |
TemplateHandler.getHosts(String template) |
Set<Package> |
ServiceHandler.getPackages(String service) |
Set<PackageVersion> |
PackageHandler.getRPMS(String packageName) |
Set<Service> |
AgentHandler.getServices(String template) |
Set<Service> |
TemplateHandler.getServices(String template) |
Set<Service> |
HostHandler.getServices(String name) |
Set<SSHKey> |
AgentHandler.getSSHKeys(String template) |
Set<SSHKey> |
TemplateHandler.getSSHKeys(String template) |
Template |
AgentHandler.getTemplate(String template) |
Set<PackageVersion> |
TemplateHandler.getVersions(String template) |
void |
IOModuleHandler.importPackages(Set<PackageVersion> versions) |
Boolean |
HostHandler.inSync(String host) |
PackageStateChanges |
AgentHandler.notifyPackageState(String template,
String host,
PackageState state) |
ServiceStatesChanges |
AgentHandler.notifyServiceState(String template,
String host,
ServiceStates state) |
void |
ConfigValueHandler.removeConfig(String template,
String key) |
void |
ConfigValueHandler.removeConfig(String template,
String service,
String key) |
void |
TemplateHandler.removeHost(String template,
String host)
Deprecated.
|
void |
ServiceHandler.removePackage(String service,
String pkg) |
void |
PackageHandler.removeRPM(String packageName,
String version) |
void |
HostHandler.removeService(String name,
String service) |
void |
TemplateHandler.removeSSHKey(String template,
String key) |
void |
TemplateHandler.removeVersion(String template,
PackageVersion version) |
Boolean |
HostHandler.restartService(String host,
String service) |
void |
ConfigFileHandler.saveData(String name,
String data) |
void |
HostHandler.setService(String name,
Service service) |
Boolean |
HostHandler.startService(String host,
String service) |
Boolean |
HostHandler.stopService(String host,
String service) |
Copyright © 2013-2014 Cinovo AG. All Rights Reserved.