|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ControlActionFacade
Facade to the rest of the plugin classes necessary to perform control actions on the resource. This is largely to facilitate testing, allowing the test to substitute in a mock implementation. When running live, an implementation will simply forward the calls to the appropriate class in the plugin or in the plugin container APIs.
| Method Summary | |
|---|---|
boolean |
isRunning()
Indicates if the AS instance is running. |
OperationServicesResult |
start()
Starts the underlying JBoss AS instance. |
OperationServicesResult |
stop()
Stops the underlying JBoss AS instance. |
| Method Detail |
|---|
OperationServicesResult start()
OperationServicesResult stop()
boolean isRunning()
true if the instance is running; false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||