flux.j2ee
Interface J2eeKeyAction

All Superinterfaces:
Action, java.lang.Cloneable, J2eeAction, RuntimeDataMap, java.io.Serializable
All Known Subinterfaces:
EjbEntityAction, EjbSessionAction

public interface J2eeKeyAction
extends J2eeAction

Abstract interface for common Java EE methods.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.Object getKey()
          Returns the key that is passed to the listener in the callback.
 void setKey(java.lang.Object key)
          Sets a key that is passed to the listener in the callback.
 
Methods inherited from interface flux.j2ee.J2eeAction
getExtraInitialContextProperties, getInitialContextFactory, getPassword, getProviderUrl, getUsername, setExtraInitialContextProperties, setInitialContextFactory, setPassword, setProviderUrl, setUsername
 
Methods inherited from interface flux.Action
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient
 
Methods inherited from interface flux.runtimedatamap.RuntimeDataMap
getRuntimeDataMap, setRuntimeDataMap
 

Method Detail

getKey

java.lang.Object getKey()
Returns the key that is passed to the listener in the callback.

Returns:
The key that is passed to the job listener to provide context.

setKey

void setKey(java.lang.Object key)
Sets a key that is passed to the listener in the callback.

Parameters:
key - A key that is passed to the job listener to provide context.


© 2014 Flux Corporation. All rights reserved.