| Package | Description |
|---|---|
| net.roboconf.dm.rest.client.delegates |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementWsDelegate.deleteApplication(String applicationName)
Deletes an application.
|
List<net.roboconf.core.model.beans.Application> |
ManagementWsDelegate.listApplications()
Lists applications.
|
void |
ManagementWsDelegate.loadApplication(File applicationFile)
Uploads a ZIP file and loads its application.
|
void |
ManagementWsDelegate.loadApplication(String remoteFilePath)
Loads an application from a file which was already uploaded on the DM's machine.
|
void |
ManagementWsDelegate.shutdownApplication(String applicationName)
Shutdowns an application.
|
Copyright © 2015. All rights reserved.