JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
O
R
S
T
C
configure(CamelContext, Object, String, Object, boolean)
- Method in class org.apache.camel.component.timer.
TimerComponentConfigurer
configure(CamelContext, Object, String, Object, boolean)
- Method in class org.apache.camel.component.timer.
TimerEndpointConfigurer
configureTask(TimerTask, Timer)
- Method in class org.apache.camel.component.timer.
TimerConsumer
createConsumer(Processor)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
createEndpoint(String, String, Map<String, Object>)
- Method in class org.apache.camel.component.timer.
TimerComponent
createProducer()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
D
doStart()
- Method in class org.apache.camel.component.timer.
TimerConsumer
doStart()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
doStop()
- Method in class org.apache.camel.component.timer.
TimerComponent
doStop()
- Method in class org.apache.camel.component.timer.
TimerConsumer
doStop()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
G
getComponent()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
getDelay()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
getEndpoint()
- Method in class org.apache.camel.component.timer.
TimerConsumer
getPattern()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
getPeriod()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
getRepeatCount()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
getTime()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
getTimer(TimerConsumer)
- Method in class org.apache.camel.component.timer.
TimerComponent
getTimer()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
getTimer(TimerConsumer)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
getTimerName()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
I
isDaemon()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
isFixedRate()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
isMultipleConsumersSupported()
- Method in class org.apache.camel.component.timer.
TimerEndpoint
isTaskRunAllowed()
- Method in class org.apache.camel.component.timer.
TimerConsumer
Whether the timer task is allow to run or not
O
onCamelContextStarted(CamelContext, boolean)
- Method in class org.apache.camel.component.timer.
TimerConsumer
org.apache.camel.component.timer
- package org.apache.camel.component.timer
The
Timer Component
provides a simple timer
R
removeTimer(TimerConsumer)
- Method in class org.apache.camel.component.timer.
TimerComponent
removeTimer(TimerConsumer)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
S
sendTimerExchange(long)
- Method in class org.apache.camel.component.timer.
TimerConsumer
setDaemon(boolean)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
Specifies whether or not the thread associated with the timer endpoint runs as a daemon.
setDelay(long)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
The number of milliseconds to wait before the first event is generated.
setFixedRate(boolean)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
Events take place at approximately regular intervals, separated by the specified period.
setPattern(String)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
Allows you to specify a custom Date pattern to use for setting the time option using URI syntax.
setPeriod(long)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
If greater than 0, generate periodic events every period milliseconds.
setRepeatCount(long)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
Specifies a maximum limit of number of fires.
setTime(Date)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
A java.util.Date the first event should be generated.
setTimer(Timer)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
To use a custom
Timer
setTimerName(String)
- Method in class org.apache.camel.component.timer.
TimerEndpoint
The name of the timer
T
TimerComponent
- Class in
org.apache.camel.component.timer
The
Timer Component
is for generating message exchanges when a timer fires.
TimerComponent()
- Constructor for class org.apache.camel.component.timer.
TimerComponent
TimerComponentConfigurer
- Class in
org.apache.camel.component.timer
Source code generated by org.apache.camel:apt
TimerComponentConfigurer()
- Constructor for class org.apache.camel.component.timer.
TimerComponentConfigurer
TimerConsumer
- Class in
org.apache.camel.component.timer
The timer consumer.
TimerConsumer(TimerEndpoint, Processor)
- Constructor for class org.apache.camel.component.timer.
TimerConsumer
TimerEndpoint
- Class in
org.apache.camel.component.timer
The timer component is used for generating message exchanges when a timer fires.
TimerEndpoint()
- Constructor for class org.apache.camel.component.timer.
TimerEndpoint
TimerEndpoint(String, Component, String)
- Constructor for class org.apache.camel.component.timer.
TimerEndpoint
TimerEndpoint(String, Component)
- Constructor for class org.apache.camel.component.timer.
TimerEndpoint
TimerEndpointConfigurer
- Class in
org.apache.camel.component.timer
Source code generated by org.apache.camel:apt
TimerEndpointConfigurer()
- Constructor for class org.apache.camel.component.timer.
TimerEndpointConfigurer
C
D
G
I
O
R
S
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Apache Camel