Class JMSQueueMessageProducerWorkflowAction
java.lang.Object
de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
de.uplanet.lucy.server.jms.workflow.action.AbstractJMSMessageProducerWorkflowAction
de.uplanet.lucy.server.jms.workflow.action.JMSQueueMessageProducerWorkflowAction
- All Implemented Interfaces:
IActivatableWorkflowObject
,INamedWorkflowObject
,INeedWorkflow
,IWorkflowAction
,IWorkflowObject
,Serializable
public final class JMSQueueMessageProducerWorkflowAction
extends AbstractJMSMessageProducerWorkflowAction
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.uplanet.lucy.server.jms.workflow.action.AbstractJMSMessageProducerWorkflowAction
AbstractJMSMessageProducerWorkflowAction.DataCfg
-
Field Summary
Fields inherited from interface de.uplanet.lucy.server.workflow.IWorkflowObject
GUID_COMPARATOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the queue name.Get the name of a context variable that contains the queue name.void
setQueueName
(String p_strQueueName) Set the queue name.void
setQueueNameContextVariableName
(String p_strContextVariableName) Set the name of a context variable that contains the queue name.Methods inherited from class de.uplanet.lucy.server.jms.workflow.action.AbstractJMSMessageProducerWorkflowAction
getBrokerUrl, getClientId, getData, getDeliveryMode, getPassword, getTimeToLive, getUserName, isNoMessageDataIsError, isUseTransactedSession, process, setBrokerUrl, setClientId, setData, setDeliveryMode, setNoMessageDataIsError, setPassword, setTimeToLive, setUserName, setUseTransactedSession
Methods inherited from class de.uplanet.lucy.server.workflow.action.AbstractWorkflowAction
getAfferentTransition, getEfferentTransition, getGuid, getName, getWorkflow, isActive, setActive, setAfferentTransition, setEfferentTransition, setName, setWorkflow, toString
-
Constructor Details
-
JMSQueueMessageProducerWorkflowAction
- Parameters:
p_strGuid
- The GUID of the workflow action.- Throws:
IllegalArgumentException
- If the GUID parameter isnull
or if it does not represent a valid GUID.
-
-
Method Details
-
getQueueName
Get the queue name.- Returns:
- The queue name.
-
setQueueName
Set the queue name.- Parameters:
p_strQueueName
- The queue name.
-
getQueueNameContextVariableName
Get the name of a context variable that contains the queue name.- Returns:
- The name of a context variable that contains the queue name.
-
setQueueNameContextVariableName
Set the name of a context variable that contains the queue name.- Parameters:
p_strContextVariableName
- The name of a context variable that contains the queue name.
-