public interface EjbSessionAction extends EjbListener, J2eeKeyAction
Modifier and Type | Method and Description |
---|---|
void |
setListener(java.lang.String jndiName,
java.lang.Class home)
The EJB session bean's remote interface must implement RemoteActionListener.
|
getListenerHome, getListenerHomeAsString, getListenerJndiName, setListener
getKey, setKey
getExtraInitialContextProperties, getInitialContextFactory, getPassword, getProviderUrl, getUsername, setExtraInitialContextProperties, setInitialContextFactory, setPassword, setProviderUrl, setUsername
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
getRuntimeDataMap, setRuntimeDataMap
void setListener(java.lang.String jndiName, java.lang.Class home)
setListener
in interface EjbListener
jndiName
- The JNDI name for the EJB's home interface.home
- The class name of the EJB's home interface.RemoteActionListener
© 2000-2025 Flux Corporation. All rights reserved.