com.jboss.jbossnetwork.product.jbpm.handlers
Class InPluginControlActionFacade
java.lang.Object
com.jboss.jbossnetwork.product.jbpm.handlers.InPluginControlActionFacade
- All Implemented Interfaces:
- ControlActionFacade
public class InPluginControlActionFacade
- extends Object
- implements ControlActionFacade
Implementation of the 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.
- Author:
- Jason Dobies
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InPluginControlActionFacade
public InPluginControlActionFacade(JBossASServerComponent serverComponent)
start
public OperationServicesResult start()
- Specified by:
start in interface ControlActionFacade
stop
public OperationServicesResult stop()
- Specified by:
stop in interface ControlActionFacade
isRunning
public boolean isRunning()
- Specified by:
isRunning in interface ControlActionFacade
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.