|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.providers.AbstractConnector
org.mule.providers.quartz.QuartzConnector
public class QuartzConnector
Creates a connection to a Quartz sheduler. This allows events to be sheduled at specific times, with repeated occurences.
Field Summary | |
---|---|
static String |
DEFAULT_GROUP_NAME
|
static String |
PROPERTY_CRON_EXPRESSION
|
static String |
PROPERTY_GROUP_NAME
|
static String |
PROPERTY_JOB_CLASS
|
static String |
PROPERTY_JOB_DISPATCH_ENDPOINT
|
static String |
PROPERTY_JOB_GROUP_NAME
|
static String |
PROPERTY_JOB_OBJECT
|
static String |
PROPERTY_JOB_RECEIVE_ENDPOINT
|
static String |
PROPERTY_JOB_RECEIVE_TIMEOUT
|
static String |
PROPERTY_JOB_REF
|
static String |
PROPERTY_PAYLOAD
|
static String |
PROPERTY_PAYLOAD_CLASS_NAME
deprecated: use PROPERTY_PAYLOAD_REFERENCE |
static String |
PROPERTY_PAYLOAD_REFERENCE
|
static String |
PROPERTY_REPEAT_COUNT
|
static String |
PROPERTY_REPEAT_INTERVAL
|
static String |
PROPERTY_START_DELAY
|
Fields inherited from interface org.mule.umo.provider.UMOConnector |
---|
INT_VALUE_NOT_SET |
Constructor Summary | |
---|---|
QuartzConnector()
|
Method Summary | |
---|---|
protected void |
doConnect()
Template method where any connections should be made for the connector |
protected void |
doDisconnect()
Template method where any connected resources used by the connector should be disconnected |
protected void |
doDispose()
Template method to perform any work when destroying the connectoe |
protected void |
doInitialise()
|
protected void |
doStart()
Template method to perform any work when starting the connectoe |
protected void |
doStop()
Template method to perform any work when stopping the connectoe |
org.quartz.SchedulerFactory |
getFactory()
|
String |
getFactoryClassName()
|
Properties |
getFactoryProperties()
|
String |
getProtocol()
|
org.quartz.Scheduler |
getQuartzScheduler()
|
void |
setFactory(org.quartz.SchedulerFactory factory)
|
void |
setFactoryClassName(String factoryClassName)
|
void |
setFactoryProperties(Properties factoryProperties)
|
void |
setQuartzScheduler(org.quartz.Scheduler scheduler)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_CRON_EXPRESSION
public static final String PROPERTY_REPEAT_INTERVAL
public static final String PROPERTY_REPEAT_COUNT
public static final String PROPERTY_START_DELAY
public static final String PROPERTY_PAYLOAD
public static final String PROPERTY_JOB_DISPATCH_ENDPOINT
public static final String PROPERTY_JOB_RECEIVE_ENDPOINT
public static final String PROPERTY_JOB_RECEIVE_TIMEOUT
public static final String PROPERTY_PAYLOAD_CLASS_NAME
public static final String PROPERTY_PAYLOAD_REFERENCE
public static final String PROPERTY_GROUP_NAME
public static final String PROPERTY_JOB_GROUP_NAME
public static final String PROPERTY_JOB_REF
public static final String PROPERTY_JOB_CLASS
public static final String PROPERTY_JOB_OBJECT
public static final String DEFAULT_GROUP_NAME
Constructor Detail |
---|
public QuartzConnector()
Method Detail |
---|
protected void doInitialise() throws InitialisationException
doInitialise
in class AbstractConnector
InitialisationException
protected void doDispose()
AbstractConnector
doDispose
in class AbstractConnector
protected void doConnect() throws Exception
AbstractConnector
doConnect
in class AbstractConnector
Exception
protected void doDisconnect() throws Exception
AbstractConnector
doDisconnect
in class AbstractConnector
Exception
protected void doStart() throws UMOException
AbstractConnector
doStart
in class AbstractConnector
UMOException
- if the method failsprotected void doStop() throws UMOException
AbstractConnector
doStop
in class AbstractConnector
UMOException
- if the method failspublic String getProtocol()
public org.quartz.SchedulerFactory getFactory()
public void setFactory(org.quartz.SchedulerFactory factory)
public org.quartz.Scheduler getQuartzScheduler()
public void setQuartzScheduler(org.quartz.Scheduler scheduler)
public String getFactoryClassName()
public void setFactoryClassName(String factoryClassName)
public Properties getFactoryProperties()
public void setFactoryProperties(Properties factoryProperties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |