| Package | Description |
|---|---|
| net.roboconf.dm.rest.client.delegates |
| Modifier and Type | Method and Description |
|---|---|
net.roboconf.core.model.beans.Application |
ManagementWsDelegate.createApplication(String applicationName,
String templateName,
String templateQualifier)
Creates an application from a template.
|
void |
ManagementWsDelegate.deleteApplication(String applicationName)
Deletes an application.
|
void |
ManagementWsDelegate.deleteApplicationTemplate(String templateName,
String templateQualifier)
Deletes an application.
|
List<net.roboconf.core.model.beans.Application> |
ManagementWsDelegate.listApplications()
Lists all the applications.
|
List<net.roboconf.core.model.beans.Application> |
ManagementWsDelegate.listApplications(String exactName)
Lists applications.
|
List<net.roboconf.core.model.beans.ApplicationTemplate> |
ManagementWsDelegate.listApplicationTemplates()
Lists all the application templates.
|
List<net.roboconf.core.model.beans.ApplicationTemplate> |
ManagementWsDelegate.listApplicationTemplates(String exactName,
String exactQualifier)
Lists application templates.
|
void |
ManagementWsDelegate.loadApplicationTemplate(File applicationFile)
Uploads a ZIP file and loads its application template.
|
void |
ManagementWsDelegate.loadApplicationTemplate(String remoteFilePath)
Loads an application template from a file which was already uploaded (and unzipped) on the DM's machine.
|
void |
ManagementWsDelegate.shutdownApplication(String applicationName)
Shutdowns an application.
|
Copyright © 2017. All rights reserved.