public interface ControlActionFacade
| Modifier and Type | Method and Description |
|---|---|
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.
|
OperationServicesResult start()
OperationServicesResult stop()
boolean isRunning()
true if the instance is running; false otherwise.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.