public class SamplingProcessor extends ScheduledMessageProcessor
ScheduledMessageProcessor.State
Modifier and Type | Field and Description |
---|---|
static String |
CONCURRENCY |
static String |
SEQUENCE |
cronExpression, interval, PROCESSOR_INSTANCE, quartzConfig, SCHEDULED_MESSAGE_PROCESSOR_GROUP, scheduler, state
configuration, description, fileName, messageStore, name, parameters
Constructor and Description |
---|
SamplingProcessor() |
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() |
SamplingProcessorView |
getView() |
void |
init(SynapseEnvironment se)
This method should implement the initialization of the
implemented parts of the configuration.
|
boolean |
isActive() |
setParameters, start, stop
getDescription, getFileName, getMessageStoreName, getName, getParameters, isStarted, setDescription, setFileName, setMessageStoreName, setName
public static final String CONCURRENCY
public static final String SEQUENCE
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 void destroy()
ManagedLifecycle
destroy
in interface ManagedLifecycle
destroy
in class ScheduledMessageProcessor
public boolean isActive()
public void activate()
public void deactivate()
public SamplingProcessorView getView()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.