public class InPluginControlActionFacade extends Object implements ControlActionFacade
ControlActionFacade that makes direct calls within the AS5 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 AS5 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(ApplicationServerComponent serverComponent) |
public InPluginControlActionFacade(ApplicationServerComponent serverComponent)
public OperationServicesResult start()
start in interface ControlActionFacadepublic OperationServicesResult stop()
stop in interface ControlActionFacadepublic boolean isRunning()
isRunning in interface ControlActionFacadeCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.