| Package | Description |
|---|---|
| net.roboconf.dm.rest.client.delegates |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationWsDelegate.addInstance(String applicationName,
String parentInstancePath,
net.roboconf.core.model.beans.Instance instance)
Adds an instance into an application.
|
void |
ApplicationWsDelegate.bindApplication(String applicationName,
String boundTplName,
String boundApp)
Binds an application for external exports.
|
void |
ApplicationWsDelegate.changeInstanceState(String applicationName,
net.roboconf.core.model.beans.Instance.InstanceStatus newStatus,
String instancePath)
Changes the state of an instance.
|
void |
ApplicationWsDelegate.deployAndStartAll(String applicationName,
String instancePath)
Deploys and starts several instances at once.
|
void |
ApplicationWsDelegate.setDescription(String applicationName,
String newDesc)
Changes the description of an application.
|
void |
ApplicationWsDelegate.stopAll(String applicationName,
String instancePath)
Stops several instances at once.
|
void |
ApplicationWsDelegate.undeployAll(String applicationName,
String instancePath)
Undeploys several instances at once.
|
Copyright © 2017. All rights reserved.