public class ScheduledMessageForwardingProcessor extends ScheduledMessageProcessor
ScheduledMessageProcessor.State
Modifier and Type | Field and Description |
---|---|
static String |
BLOCKING_SENDER |
cronExpression, interval, PROCESSOR_INSTANCE, quartzConfig, SCHEDULED_MESSAGE_PROCESSOR_GROUP, scheduler, state
configuration, description, fileName, log, messageStore, name, parameters
Constructor and Description |
---|
ScheduledMessageForwardingProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
void |
deactivate() |
void |
destroy()
This method should implement the destroying of the
implemented parts of the configuration.
|
protected org.quartz.JobBuilder |
getJobBuilder() |
protected org.quartz.JobDataMap |
getJobDataMap() |
int |
getSendAttemptCount() |
MessageForwardingProcessorView |
getView()
Return the JMS view of Message Processor
|
void |
incrementSendAttemptCount() |
void |
init(SynapseEnvironment se)
This method should implement the initialization of the
implemented parts of the configuration.
|
boolean |
isActive() |
void |
resetSentAttemptCount() |
setParameters, start, stop
getDescription, getFileName, getMessageStoreName, getName, getParameters, isStarted, setDescription, setFileName, setMessageStoreName, setName
public static final String BLOCKING_SENDER
public void init(SynapseEnvironment se)
ManagedLifecycle
init
in interface ManagedLifecycle
init
in class ScheduledMessageProcessor
se
- SynapseEnvironment to be used for initializationprotected org.quartz.JobBuilder getJobBuilder()
getJobBuilder
in class ScheduledMessageProcessor
protected org.quartz.JobDataMap getJobDataMap()
getJobDataMap
in class ScheduledMessageProcessor
public boolean isActive()
public void activate()
public void deactivate()
public int getSendAttemptCount()
public void incrementSendAttemptCount()
public void resetSentAttemptCount()
public void destroy()
ManagedLifecycle
destroy
in interface ManagedLifecycle
destroy
in class ScheduledMessageProcessor
public MessageForwardingProcessorView getView()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.