public interface RmiAction extends Rmi, Action
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey()
Returns optional data that is passed to the RMI server object to provide
context as it is invoked.
|
void |
setKey(java.lang.Object key)
Sets optional data that is passed to the RMI server object to provide
context as it is invoked.
|
getBindName, getHost, getHostAsUrl, getPort, setBindName, setHost, setHost, setPort, setPort
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.lang.Object getKey() throws EngineException
EngineException
- If a system error occurs.void setKey(java.lang.Object key) throws EngineException
key
- Optional data that is passed to the RMI server object to
provide context as it is invoked.EngineException
- If a system error occurs.© 2000-2025 Flux Corporation. All rights reserved.