public interface J2eeAction extends Action
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getExtraInitialContextProperties()
Returns additional initial context properties to be used when creating an
InitialContext object in preparation for looking up J2EE objects in the
JNDI tree.
|
java.lang.String |
getInitialContextFactory()
Returns the optional initial context factory for logging into the
application server.
|
java.lang.String |
getPassword()
Returns the optional password for logging into the application server.
|
java.lang.String |
getProviderUrl()
Returns the optional provider URL.
|
java.lang.String |
getUsername()
Returns the optional username for logging into the application server.
|
void |
setExtraInitialContextProperties(java.util.Properties extraInitialContextProperties)
Sets additional initial context properties to be used when creating an
InitialContext object in preparation for looking up J2EE objects in the
JNDI tree.
|
void |
setInitialContextFactory(java.lang.String factory)
Sets the optional initial context factory.
|
void |
setPassword(java.lang.String password)
Sets the optional password for logging into the application server.
|
void |
setProviderUrl(java.lang.String url)
Sets the optional provider URL.
|
void |
setUsername(java.lang.String username)
Sets the optional username for logging into the application server.
|
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
java.util.Properties getExtraInitialContextProperties()
java.lang.String getInitialContextFactory()
java.lang.String getPassword()
java.lang.String getProviderUrl()
java.lang.String getUsername()
void setExtraInitialContextProperties(java.util.Properties extraInitialContextProperties)
extraInitialContextProperties
- Additional initial context properties
to be used when creating an InitialContext object in preparation for
looking up J2EE objects in the JNDI tree.void setInitialContextFactory(java.lang.String factory)
factory
- The initial context factory.void setPassword(java.lang.String password)
password
- The password.void setProviderUrl(java.lang.String url)
url
- The provider URL.void setUsername(java.lang.String username)
username
- The username.© 2000-2025 Flux Corporation. All rights reserved.