Skip navigation links
A B C D F G L M N P R S T U W 

A

addInstance(String, String, Instance) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Adds an instance into an application.
ApplicationWsDelegate - Class in net.roboconf.dm.rest.client.delegates
 
ApplicationWsDelegate(WebResource) - Constructor for class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Constructor.
ApplicationWsException - Exception in net.roboconf.dm.rest.client.exceptions
The exception related to the management of instances.
ApplicationWsException(int, String) - Constructor for exception net.roboconf.dm.rest.client.exceptions.ApplicationWsException
 
associateTarget(AbstractApplication, String, String, boolean) - Method in class net.roboconf.dm.rest.client.delegates.TargetWsDelegate
Associates or dissociates an application and a target.

B

bindApplication(String, String, String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Binds an application for external exports.

C

changeInstanceState(String, Instance.InstanceStatus, String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Changes the state of an instance.
checkMessagingConnectionForTheDm(String) - Method in class net.roboconf.dm.rest.client.delegates.DebugWsDelegate
Checks the DM is correctly connected with the messaging server.
checkMessagingConnectionWithAgent(String, String, String) - Method in class net.roboconf.dm.rest.client.delegates.DebugWsDelegate
Checks the DM can correctly exchange with an agent through the messaging server.
createApplication(String, String, String) - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Creates an application from a template.
createOrUpdateJob(String, String, String, String, String) - Method in class net.roboconf.dm.rest.client.delegates.SchedulerWsDelegate
Creates or updates a scheduled job.
createTarget(String) - Method in class net.roboconf.dm.rest.client.delegates.TargetWsDelegate
Creates a new target.

D

DebugWsDelegate - Class in net.roboconf.dm.rest.client.delegates
 
DebugWsDelegate(WebResource) - Constructor for class net.roboconf.dm.rest.client.delegates.DebugWsDelegate
Constructor.
DebugWsException - Exception in net.roboconf.dm.rest.client.exceptions
The exception related to the management of instances.
DebugWsException(int, String) - Constructor for exception net.roboconf.dm.rest.client.exceptions.DebugWsException
 
deleteApplication(String) - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Deletes an application.
deleteApplicationTemplate(String, String) - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Deletes an application.
deleteJob(String) - Method in class net.roboconf.dm.rest.client.delegates.SchedulerWsDelegate
Deletes a scheduled job.
deleteTarget(String) - Method in class net.roboconf.dm.rest.client.delegates.TargetWsDelegate
Deletes a target.
deployAndStartAll(String, String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Deploys and starts several instances at once.
destroy() - Method in class net.roboconf.dm.rest.client.WsClient
Force the destruction of the JAX-RS client.
diagnoseApplication(String) - Method in class net.roboconf.dm.rest.client.delegates.DebugWsDelegate
Runs a diagnostic for a given application.
diagnoseInstance(String, String) - Method in class net.roboconf.dm.rest.client.delegates.DebugWsDelegate
Runs a diagnostic for a given instance.

F

findComponentAncestors(String, String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Finds the instances on which you could deploy a new instance of a component.
findComponentChildren(String, String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Finds the component names you could instantiate and deploy on an existing instance.

G

getApplicationDelegate() - Method in class net.roboconf.dm.rest.client.WsClient
 
getDebugDelegate() - Method in class net.roboconf.dm.rest.client.WsClient
 
getJerseyClient() - Method in class net.roboconf.dm.rest.client.WsClient
 
getJobProperties(String) - Method in class net.roboconf.dm.rest.client.delegates.SchedulerWsDelegate
Gets the properties of a scheduled job.
getManagementDelegate() - Method in class net.roboconf.dm.rest.client.WsClient
 
getPreferencesWsDelegate() - Method in class net.roboconf.dm.rest.client.WsClient
 
getResponseMessage() - Method in exception net.roboconf.dm.rest.client.exceptions.RestException
 
getResponseStatus() - Method in exception net.roboconf.dm.rest.client.exceptions.RestException
 
getSchedulerDelegate() - Method in class net.roboconf.dm.rest.client.WsClient
 
getTargetWsDelegate() - Method in class net.roboconf.dm.rest.client.WsClient
 

L

listAllCommands(String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Lists application commands.
listAllComponents(String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Lists all the components from a given application.
listAllJobs(String, String) - Method in class net.roboconf.dm.rest.client.delegates.SchedulerWsDelegate
Lists all the jobs.
listAllTargets() - Method in class net.roboconf.dm.rest.client.delegates.TargetWsDelegate
Lists all the targets.
listApplications(String) - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Lists applications.
listApplications() - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Lists all the applications.
listApplicationTemplates(String, String) - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Lists application templates.
listApplicationTemplates() - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Lists all the application templates.
listChildrenInstances(String, String, boolean) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Lists all the children of an instance.
listPreferences() - Method in class net.roboconf.dm.rest.client.delegates.PreferencesWsDelegate
Lists all the preferences.
loadApplicationTemplate(File) - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Uploads a ZIP file and loads its application template.
loadApplicationTemplate(String) - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Loads an application template from a file which was already uploaded (and unzipped) on the DM's machine.

M

ManagementWsDelegate - Class in net.roboconf.dm.rest.client.delegates
 
ManagementWsDelegate(WebResource) - Constructor for class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Constructor.
ManagementWsException - Exception in net.roboconf.dm.rest.client.exceptions
The exception related to the management of applications.
ManagementWsException(int, String) - Constructor for exception net.roboconf.dm.rest.client.exceptions.ManagementWsException
 

N

net.roboconf.dm.rest.client - package net.roboconf.dm.rest.client
 
net.roboconf.dm.rest.client.delegates - package net.roboconf.dm.rest.client.delegates
 
net.roboconf.dm.rest.client.exceptions - package net.roboconf.dm.rest.client.exceptions
 

P

PreferencesWsDelegate - Class in net.roboconf.dm.rest.client.delegates
 
PreferencesWsDelegate(WebResource) - Constructor for class net.roboconf.dm.rest.client.delegates.PreferencesWsDelegate
Constructor.

R

removeInstance(String, String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Removes an instance.
RestException - Exception in net.roboconf.dm.rest.client.exceptions
An exception that stores the response code and message.
RestException(int, String) - Constructor for exception net.roboconf.dm.rest.client.exceptions.RestException
Constructor.
resynchronize(String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Resynchronizes all the instances / agents.

S

SchedulerWsDelegate - Class in net.roboconf.dm.rest.client.delegates
 
SchedulerWsDelegate(WebResource) - Constructor for class net.roboconf.dm.rest.client.delegates.SchedulerWsDelegate
Constructor.
SchedulerWsException - Exception in net.roboconf.dm.rest.client.exceptions
The exception related to the management of instances.
SchedulerWsException(int, String) - Constructor for exception net.roboconf.dm.rest.client.exceptions.SchedulerWsException
 
setDescription(String, String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Changes the description of an application.
shutdownApplication(String) - Method in class net.roboconf.dm.rest.client.delegates.ManagementWsDelegate
Shutdowns an application.
stopAll(String, String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Stops several instances at once.

T

TargetWsDelegate - Class in net.roboconf.dm.rest.client.delegates
FIXME: we only defined operations used in integration tests.
TargetWsDelegate(WebResource) - Constructor for class net.roboconf.dm.rest.client.delegates.TargetWsDelegate
Constructor.
TargetWsException - Exception in net.roboconf.dm.rest.client.exceptions
The exception related to the management of instances.
TargetWsException(int, String) - Constructor for exception net.roboconf.dm.rest.client.exceptions.TargetWsException
 

U

undeployAll(String, String) - Method in class net.roboconf.dm.rest.client.delegates.ApplicationWsDelegate
Undeploys several instances at once.

W

WsClient - Class in net.roboconf.dm.rest.client
A client for the REST API of the Deployment Manager.
WsClient(String) - Constructor for class net.roboconf.dm.rest.client.WsClient
Constructor.
A B C D F G L M N P R S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.