All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rvicemix.servicemix-quartz.2013.01.source-code.servicemix-quartz.xsd.wiki Maven / Gradle / Ivy

h3. Elements By Type
{anchor:org.apache.servicemix.quartz.QuartzEndpoint-types}
h4. The _[org.apache.servicemix.quartz.QuartzEndpoint|#org.apache.servicemix.quartz.QuartzEndpoint-types]_ Type Implementations
    | _[|#endpoint-element]_ | {html}{html} |

{anchor:org.quartz.Trigger-types}
h4. The _[org.quartz.Trigger|#org.quartz.Trigger-types]_ Type Implementations
    | _[|#cron-element]_ | {html}{html} |
    | _[|#simple-element]_ | {html}{html} |

{anchor:org.quartz.JobDetail-types}
h4. The _[org.quartz.JobDetail|#org.quartz.JobDetail-types]_ Type Implementations
    | _[|#jobDetail-element]_ | {html}{html} |


{anchor:component-element}
h3. The _[|#component-element]_ Element
    {html}{html}
h4. Properties
    || Property Name || Type || Description ||
    | endpoints | (_[org.apache.servicemix.quartz.QuartzEndpoint|#org.apache.servicemix.quartz.QuartzEndpoint-types]_)\* | {html}{html} |
    | executorFactory | _org.apache.servicemix.executors.ExecutorFactory_ | {html}The executor factory to use to create the executor.
If none is provided, one will be retrieved from the JBI container when the component
is deployed into ServiceMix 3.x, or a default implementation will be used.{html} |
    | factory | _org.quartz.SchedulerFactory_ | {html}{html} |
    | scheduler | _org.quartz.Scheduler_ | {html}{html} |

{anchor:cron-element}
h3. The _[|#cron-element]_ Element
    {html}{html}
h4. Properties
    || Property Name || Type || Description ||
    | beanName | _java.lang.String_ | {html}{html} |
    | calendarName | _java.lang.String_ | {html}{html} |
    | cronExpression | _java.lang.String_ | {html}{html} |
    | description | _java.lang.String_ | {html}{html} |
    | endTime | _java.util.Date_ | {html}{html} |
    | fireInstanceId | _java.lang.String_ | {html}{html} |
    | group | _java.lang.String_ | {html}{html} |
    | jobDataAsMap | _java.util.Map_ | {html}{html} |
    | jobDataMap | _org.quartz.JobDataMap_ | {html}{html} |
    | jobDetail | _[org.quartz.JobDetail|#org.quartz.JobDetail-types]_ | {html}{html} |
    | jobGroup | _java.lang.String_ | {html}{html} |
    | jobName | _java.lang.String_ | {html}{html} |
    | misfireInstruction | _int_ | {html}{html} |
    | misfireInstructionName | _java.lang.String_ | {html}{html} |
    | name | _java.lang.String_ | {html}{html} |
    | nextFireTime | _java.util.Date_ | {html}{html} |
    | previousFireTime | _java.util.Date_ | {html}{html} |
    | priority | _int_ | {html}{html} |
    | startDelay | _long_ | {html}{html} |
    | startTime | _java.util.Date_ | {html}{html} |
    | timeZone | _java.util.TimeZone_ | {html}{html} |
    | triggerListenerNames | (_java.lang.String_)\* | {html}{html} |
    | volatility | _boolean_ | {html}{html} |

{anchor:endpoint-element}
h3. The _[|#endpoint-element]_ Element
    {html}{html}
h4. Properties
    || Property Name || Type || Description ||
    | calendars | _java.util.Map_ | {html}A map with {@link org.quartz.Calendar} instances to define the trigger schedule.{html} |
    | endpoint | _java.lang.String_ | {html}

Get the endpoint implementation.

{html} | | interfaceName | _javax.xml.namespace.QName_ | {html}

Get the qualified name of the endpoint interface.

{html} | | jobDetail | _[org.quartz.JobDetail|#org.quartz.JobDetail-types]_ | {html}Set a custom JobDetail bean to be used in the triggered events.{html} | | marshaler | _org.apache.servicemix.quartz.support.QuartzMarshaler_ | {html}Set a custom marshaler class to translate the JobDetail information into a normalized message.{html} | | service | _javax.xml.namespace.QName_ | {html}

Get the service qualified name of the endpoint.

{html} | | targetEndpoint | _java.lang.String_ | {html}the name of the endpoint to which requests are sent{html} | | targetInterface | _javax.xml.namespace.QName_ | {html}the QName of the interface to which requests are sent{html} | | targetOperation | _javax.xml.namespace.QName_ | {html}the QName of the operation to which requests are sent{html} | | targetService | _javax.xml.namespace.QName_ | {html}the QName of the service to which requests are sent{html} | | targetUri | _java.lang.String_ | {html}

Gets the target URI of the consumer endpoint.

{html} | | trigger | _[org.quartz.Trigger|#org.quartz.Trigger-types]_ | {html}A single {@link org.quartz.Trigger} instance to define the trigger schedule.{html} | | triggers | (_java.lang.Object_)\* | {html}A list of of {@link org.quartz.Trigger} instances to allow configuring multiple schedules for the same endpoint.{html} | {anchor:jobDetail-element} h3. The _[|#jobDetail-element]_ Element {html}{html} h4. Properties || Property Name || Type || Description || | applicationContext | _org.springframework.context.ApplicationContext_ | {html}{html} | | applicationContextJobDataKey | _java.lang.String_ | {html}{html} | | beanName | _java.lang.String_ | {html}{html} | | description | _java.lang.String_ | {html}{html} | | durability | _boolean_ | {html}{html} | | group | _java.lang.String_ | {html}{html} | | jobClass | _java.lang.Class_ | {html}{html} | | jobDataAsMap | _java.util.Map_ | {html}{html} | | jobDataMap | _org.quartz.JobDataMap_ | {html}{html} | | jobListenerNames | (_java.lang.String_)\* | {html}{html} | | name | _java.lang.String_ | {html}{html} | | requestsRecovery | _boolean_ | {html}{html} | | volatility | _boolean_ | {html}{html} | {anchor:simple-element} h3. The _[|#simple-element]_ Element {html}{html} h4. Properties || Property Name || Type || Description || | beanName | _java.lang.String_ | {html}{html} | | calendarName | _java.lang.String_ | {html}{html} | | description | _java.lang.String_ | {html}{html} | | endTime | _java.util.Date_ | {html}{html} | | fireInstanceId | _java.lang.String_ | {html}{html} | | group | _java.lang.String_ | {html}{html} | | jobDataAsMap | _java.util.Map_ | {html}{html} | | jobDataMap | _org.quartz.JobDataMap_ | {html}{html} | | jobDetail | _[org.quartz.JobDetail|#org.quartz.JobDetail-types]_ | {html}{html} | | jobGroup | _java.lang.String_ | {html}{html} | | jobName | _java.lang.String_ | {html}{html} | | misfireInstruction | _int_ | {html}{html} | | misfireInstructionName | _java.lang.String_ | {html}{html} | | name | _java.lang.String_ | {html}{html} | | nextFireTime | _java.util.Date_ | {html}{html} | | previousFireTime | _java.util.Date_ | {html}{html} | | priority | _int_ | {html}{html} | | repeatCount | _int_ | {html}{html} | | repeatInterval | _long_ | {html}{html} | | startDelay | _long_ | {html}{html} | | startTime | _java.util.Date_ | {html}{html} | | timesTriggered | _int_ | {html}{html} | | triggerListenerNames | (_java.lang.String_)\* | {html}{html} | | volatility | _boolean_ | {html}{html} | h3. Element Index | _[|#component-element]_ | {html}{html} | | _[|#cron-element]_ | {html}{html} | | _[|#endpoint-element]_ | {html}{html} | | _[|#jobDetail-element]_ | {html}{html} | | _[|#simple-element]_ | {html}{html} |




© 2015 - 2025 Weber Informatics LLC | Privacy Policy