net.sf.doolin.gui.bus
Class BusMonitoringTestAction
java.lang.Object
net.sf.doolin.gui.action.AbstractGUIAction
net.sf.doolin.gui.action.AbstractSimpleGUIAction
net.sf.doolin.gui.bus.BusMonitoringTestAction
- All Implemented Interfaces:
- GUIAction, org.springframework.beans.factory.BeanNameAware
public class BusMonitoringTestAction
- extends AbstractSimpleGUIAction
GUIAction that tests the validity of a subscription and displays the
result in the Standard Output.
- Author:
- Damien Coraboeuf
|
Method Summary |
protected void |
doExecute(ActionContext context)
Executes the action and throws any kind of error. |
| Methods inherited from class net.sf.doolin.gui.action.AbstractSimpleGUIAction |
getIconId, getIconIDExpression, getId, getShortcut, getShortcutExpression, getTextExpression, getTip, getTipExpression, getTitle, init, setBeanName, setIconId, setShortcut, setTip, setTitle, toString |
BusMonitoringTestAction
public BusMonitoringTestAction()
doExecute
protected void doExecute(ActionContext context)
throws Exception
- Description copied from class:
AbstractGUIAction
- Executes the action and throws any kind of error.
- Specified by:
doExecute in class AbstractGUIAction
- Parameters:
context - the context
- Throws:
Exception - the exception
Copyright © 2011. All Rights Reserved.