public class PluginContainerControlActionFacade extends Object implements ControlActionFacade
ControlActionFacade that connects to the plugin container to perform its calls.| Constructor and Description |
|---|
PluginContainerControlActionFacade(OperationContext operationContext,
ResourceComponent<?> serverComponent) |
| 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.
|
public PluginContainerControlActionFacade(OperationContext operationContext, ResourceComponent<?> serverComponent)
public OperationServicesResult start()
ControlActionFacadestart in interface ControlActionFacadepublic OperationServicesResult stop()
ControlActionFacadestop in interface ControlActionFacadepublic boolean isRunning()
ControlActionFacadeisRunning in interface ControlActionFacadetrue if the instance is running; false otherwise.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.