Action


Retrieves an actions' properties and flows.

Tag Library Information
Display NameAction
Short Nameaction
 

Tag Summary
getFlows Returns the set of all outgoing flows from the specified action.
getName Provides the name of the specified action.
getRuntimeDataMap Retrieves the specified action's runtime data map.
getSignalsToMonitor Returns a collection of signals the specified action is monitoring for.
getVariableManager Returns the variable manager for this action. Every action can have persistent variables associated with it for use by actions.
isJoinPoint Indicates whether the specified action is a join point. If there is no join point, job execution will not pause at this action to merge multiple inbound flows. Otherwise, execution pauses to merge all inbound flows to this action.
isTransactionBreak Indicates whether the specified action is a transaction break. By default, all triggers are transaction breaks. When a job is running and control flows into an action that is a transaction break, the current transaction is committed.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.