|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerProgressBean | |
|---|---|
| org.ow2.jasmine.jadort.api.entities.deployment | |
| org.ow2.jasmine.jadort.service.implementation | |
| Uses of ServerProgressBean in org.ow2.jasmine.jadort.api.entities.deployment |
|---|
| Methods in org.ow2.jasmine.jadort.api.entities.deployment that return types with arguments of type ServerProgressBean | |
|---|---|
java.util.Set<ServerProgressBean> |
OperationStateBean.getAllServerProgressList()
|
java.util.List<ServerProgressBean> |
OperationStateBean.getServerProgressList()
Get the list of ServerProgressBean that compose the operation |
| Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type ServerProgressBean | |
|---|---|
void |
OperationStateBean.addAllServerProgressList(ServerProgressBean serverProgressToAdd)
|
| Method parameters in org.ow2.jasmine.jadort.api.entities.deployment with type arguments of type ServerProgressBean | |
|---|---|
void |
OperationStateBean.addAllServerProgressList(java.util.Collection<ServerProgressBean> serverProgressListToAdd)
|
void |
OperationStateBean.setAllServerProgressList(java.util.Set<ServerProgressBean> allServerProgressList)
|
void |
OperationStateBean.setServerProgressList(java.util.List<ServerProgressBean> serverProgressList)
Set the list of ServerProgressBean that compose the operation |
| Uses of ServerProgressBean in org.ow2.jasmine.jadort.service.implementation |
|---|
| Methods in org.ow2.jasmine.jadort.service.implementation that return ServerProgressBean | |
|---|---|
protected ServerProgressBean |
ActionManager.getServerProgress(ServerBean server)
Returns the serverProgress object of a server |
| Methods in org.ow2.jasmine.jadort.service.implementation with parameters of type ServerProgressBean | |
|---|---|
protected boolean |
ActionManager.checkApplication(ServerProgressBean serverProgress,
ApplicationBean application,
java.lang.String state,
java.lang.String policy)
Checks if an application is already deployed on the server, or if has a bad policy, or if has a bad state |
static void |
JMSSender.createVM(OperationStateBean operation,
ServerProgressBean serverProgress,
java.lang.String vmName)
Creates a VM. |
static void |
JMSSender.deploy(OperationStateBean operation,
ServerProgressBean serverProgress,
java.lang.String applicationName)
Deploy an application on the server. |
static void |
JMSSender.destroyVM(OperationStateBean operation,
ServerProgressBean serverProgress,
java.lang.String vmName,
boolean checkIfHostHalted)
Destroys a VM. |
static void |
JMSSender.disableApplications(OperationStateBean operation,
ServerProgressBean serverProgress)
Disables all applications a server. |
static void |
JMSSender.enableApplications(OperationStateBean operation,
ServerProgressBean serverProgress)
Enables all applications a server. |
static void |
JMSSender.erase(OperationStateBean operation,
ServerProgressBean serverProgress,
java.lang.String applicationName)
Erases an application on the server. |
protected void |
ActionManager.reachAimedServerProgressState(ServerProgressBean serverProgress)
this function allows the serverProgress to executes the proper task to attend the Aimed ServerProgressState this function executes the correspondent task to go from the current serverProgress state to the Aimed ServerProgressList State. |
static void |
JMSSender.setAsDefault(OperationStateBean operation,
ServerProgressBean serverProgress,
java.lang.String applicationName)
Set a given application as the default version. |
static void |
JMSSender.startServer(OperationStateBean operation,
ServerProgressBean serverProgress,
boolean useTarget)
Starts a server. |
static void |
JMSSender.startVM(OperationStateBean operation,
ServerProgressBean serverProgress,
boolean useTarget,
java.lang.String vmName)
Starts a VM. |
static void |
JMSSender.stopServer(OperationStateBean operation,
ServerProgressBean serverProgress,
boolean useTarget)
Stops a server. |
static void |
JMSSender.stopVM(OperationStateBean operation,
ServerProgressBean serverProgress,
boolean useTarget,
java.lang.String vmName)
Stop a VM. |
static void |
JMSSender.undeploy(OperationStateBean operation,
ServerProgressBean serverProgress,
java.lang.String applicationName)
Undeploy an application on the server. |
static void |
JMSSender.upload(OperationStateBean operation,
ServerProgressBean serverProgress,
ApplicationBean application)
Upload an application on a server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||