|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmsTrigger
JMS Trigger.
Nested Class Summary | |
---|---|
static class |
JmsTrigger.JmsTriggerResult
JmsTrigger Result |
Method Summary | |
---|---|
String |
getConnectionFactory()
Returns the JMS queue or topic factory. |
String |
getListeningQueueName()
|
String |
getMessageSelector()
Returns the optional message selector. |
String |
getPollingDelay()
|
boolean |
isFetchAllMessages()
|
void |
setConnectionFactory(String connectionFactory)
Sets the JMS queue or topic factory. |
void |
setFetchAllMessages(boolean fetchAll)
|
void |
setListeningQueueName(String queueName)
|
void |
setMessageSelector(String messageSelector)
Sets the optional message selector. |
void |
setPollingDelay(String timeExpression)
|
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, 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, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient |
Methods inherited from interface flux.runtimedatamap.RuntimeDataMap |
---|
getRuntimeDataMap, setRuntimeDataMap |
Method Detail |
---|
String getListeningQueueName()
String getPollingDelay()
String getConnectionFactory()
String getMessageSelector()
boolean isFetchAllMessages()
void setConnectionFactory(String connectionFactory)
connectionFactory
- The JMS queue or topic factory.void setFetchAllMessages(boolean fetchAll)
fetchAll
- If set to true, we fetch all messages from the
queue. If set to false, we just fetch one single
message.void setListeningQueueName(String queueName)
queueName
- The name of the queue we are listening tovoid setMessageSelector(String messageSelector)
messageSelector
- The optional message selector.void setPollingDelay(String timeExpression)
timeExpression
- the polling delay between each attempt to fetch messages
from the queue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |