
Public Member Functions | |
| WOActionResults | addInstanceAction () throws Throwable |
| WOActionResults | addInstanceOnAllHostsAction () throws Throwable |
| WOActionResults | createAction () throws Throwable |
| WOActionResults | deleteInstanceAction () throws Throwable |
| WOActionResults | destroyAction () throws Throwable |
| WOActionResults | indexAction () throws Throwable |
| MApplicationController (WORequest request) | |
| WOActionResults | showAction () throws Throwable |
| WOActionResults | updateAction () throws Throwable |
Private Member Functions | |
| void | addInstance (MApplication application, MHost host, boolean addToAllHosts) |
| void | deleteApplication (MApplication application) |
| void | deleteInstance (MApplication application, Integer instanceId) |
| void | pushValues (MApplication application) |
| MApplicationController | ( | WORequest | request | ) |
| void addInstance | ( | MApplication | application, | |
| MHost | host, | |||
| boolean | addToAllHosts | |||
| ) | [private] |
| WOActionResults addInstanceAction | ( | ) | throws Throwable |
| WOActionResults addInstanceOnAllHostsAction | ( | ) | throws Throwable |
| WOActionResults createAction | ( | ) | throws Throwable [virtual] |
Called when you want to commit a new instance.
| Throwable | if something goes wrong |
Reimplemented from JavaMonitorController.
| void deleteApplication | ( | MApplication | application | ) | [private] |
| void deleteInstance | ( | MApplication | application, | |
| Integer | instanceId | |||
| ) | [private] |
| WOActionResults deleteInstanceAction | ( | ) | throws Throwable |
| WOActionResults destroyAction | ( | ) | throws Throwable [virtual] |
Called when you want to delete an instance.
| Throwable | if something goes wrong |
Reimplemented from JavaMonitorController.
| WOActionResults indexAction | ( | ) | throws Throwable [virtual] |
Called when you want to list instances.
| Throwable | if something goes wrong |
Reimplemented from JavaMonitorController.
| void pushValues | ( | MApplication | application | ) | [private] |
| WOActionResults showAction | ( | ) | throws Throwable [virtual] |
Called when you want to view a single instance.
| Throwable | if something goes wrong |
Reimplemented from JavaMonitorController.
| WOActionResults updateAction | ( | ) | throws Throwable [virtual] |
Called when you want to update an instance (or instances).
| Throwable | if something goes wrong |
Reimplemented from JavaMonitorController.
1.5.8