| 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.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.stopAll(String applicationName,
String instancePath)
Stops several instances at once.
|
void |
ApplicationWsDelegate.undeployAll(String applicationName,
String instancePath)
Undeploys several instances at once.
|
Copyright © 2015. All rights reserved.