Uses of Class
com.jbbres.lib.actions.elements.ActionExecutionException

Packages that use ActionExecutionException
com.jbbres.lib.actions.elements Provides the public model (interfaces and classes) that developers can use to create their own actions and variables. 
com.jbbres.lib.actions.tools.elements Provides the public classes that developers can use to create their own actions and variables. 
com.jbbres.lib.actions.tools.elements.variables Provides classes associated to an action that gets the value of the specified variable and, when applicable, allows to modify it. 
 

Uses of ActionExecutionException in com.jbbres.lib.actions.elements
 

Methods in com.jbbres.lib.actions.elements that throw ActionExecutionException
 void ActionExecutionListener.actionExecutionEnded(ActionExecutionEvent e)
          Invoked when an action execution ends.
 void ActionExecutionListener.actionExecutionStarted(ActionExecutionEvent e)
          Invoked when the action execution begins.
 java.lang.Object ActionService.execute(java.lang.Object input, Parameters parameters)
          Executes the action.
 

Uses of ActionExecutionException in com.jbbres.lib.actions.tools.elements
 

Methods in com.jbbres.lib.actions.tools.elements that throw ActionExecutionException
abstract  O SimpleAction.execute(I input)
          Executes the action.
 java.lang.Object SimpleAction.execute(java.lang.Object input, Parameters parameters)
           
 java.lang.Object AbstractActionService.execute(java.lang.Object input, Parameters parameters)
           
abstract  O AbstractActionService.executeAction(I input, Parameters parameters)
          Executes the action.
 void SimpleAction.fireActionExecutionEnd(int status, java.lang.Object input, Parameters parameters, java.lang.Object result)
          Calls the actionExecutionEnds() method of all the action listeners.
 void AbstractActionService.fireActionExecutionEnd(int status, java.lang.Object input, Parameters parameters, java.lang.Object result)
          Calls the actionExecutionEnded(ActionExecutionEvent) method of all the listeners.
 void SimpleAction.fireActionExecutionEnd(int status, java.lang.Object input, Parameters parameters, java.lang.Object result, java.lang.Throwable exception)
          Calls the actionExecutionEnds() method of all the action listeners.
 void AbstractActionService.fireActionExecutionEnd(int status, java.lang.Object input, Parameters parameters, java.lang.Object result, java.lang.Throwable exception)
          Calls the actionExecutionEnded(ActionExecutionEvent) method of all the listeners.
 void SimpleAction.fireActionExecutionStart(java.lang.Object input, Parameters parameters)
          Calls the actionExecutionStarts() method of all the action listeners.
 void AbstractActionService.fireActionExecutionStart(java.lang.Object input, Parameters parameters)
          Calls the actionExecutionStarted(ActionExecutionEvent) method of all the listeners.
 

Uses of ActionExecutionException in com.jbbres.lib.actions.tools.elements.variables
 

Methods in com.jbbres.lib.actions.tools.elements.variables that throw ActionExecutionException
 java.lang.Object VariableActionService.execute(java.lang.Object input, Parameters parameters)
           
 void VariableActionService.fireActionExecutionEnd(int status, java.lang.Object input, Parameters parameters, java.lang.Object result)
          Calls the actionExecutionEnds() method of all the action listeners.
 void VariableActionService.fireActionExecutionEnd(int status, java.lang.Object input, Parameters parameters, java.lang.Object result, java.lang.Throwable exception)
          Calls the actionExecutionEnds() method of all the action listeners.
 void VariableActionService.fireActionExecutionStart(java.lang.Object input, Parameters parameters)
          Calls the actionExecutionStarts() method of all the action listeners.
 



To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.