|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jboss.jbossnetwork.product.jbpm.handlers.PluginContainerControlActionFacade
public class PluginContainerControlActionFacade
Implementation of the ControlActionFacade that connects to the plugin container to perform its calls.
| Constructor Summary | |
|---|---|
PluginContainerControlActionFacade(OperationContext operationContext,
ResourceComponent<?> serverComponent)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginContainerControlActionFacade(OperationContext operationContext,
ResourceComponent<?> serverComponent)
| Method Detail |
|---|
public OperationServicesResult start()
ControlActionFacade
start in interface ControlActionFacadepublic OperationServicesResult stop()
ControlActionFacade
stop in interface ControlActionFacadepublic boolean isRunning()
ControlActionFacade
isRunning in interface ControlActionFacadetrue if the instance is running; false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||