public class InPluginControlActionFacade extends Object implements ControlActionFacade
ControlActionFacade that makes direct calls within the AS plugin. This implementation
does not provide any means for timing out the operation invocation. Ideally, the
PluginContainerControlActionFacade will be used, providing all the plugin container framework for the
potentially dangerous calls to start/stop the AS instance. This implementation circumvents any of the plugin
container code in favor of simply reusing the start/stop implementations elsewhere in the plugin.| Constructor and Description |
|---|
InPluginControlActionFacade(JBossASServerComponent serverComponent) |
public InPluginControlActionFacade(JBossASServerComponent serverComponent)
public OperationServicesResult start()
start in interface ControlActionFacadepublic OperationServicesResult stop()
stop in interface ControlActionFacadepublic boolean isRunning()
isRunning in interface ControlActionFacadeCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.