|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShutdownRunningTask | |
|---|---|
| org.apache.camel | The JAXB POJOs for the XML Configuration of the routing rules. |
| org.apache.camel.component.direct | The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. |
| org.apache.camel.component.file | The File Component for working with file systems. |
| org.apache.camel.component.seda | The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext |
| org.apache.camel.impl | Default implementation classes for Camel Core |
| org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
| org.apache.camel.spi | Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. |
| Uses of ShutdownRunningTask in org.apache.camel |
|---|
| Methods in org.apache.camel that return ShutdownRunningTask | |
|---|---|
ShutdownRunningTask |
RuntimeConfiguration.getShutdownRunningTask()
Gets the option to use when shutting down a route and how to act when it has running tasks. |
static ShutdownRunningTask |
ShutdownRunningTask.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ShutdownRunningTask[] |
ShutdownRunningTask.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.camel with parameters of type ShutdownRunningTask | |
|---|---|
void |
RuntimeConfiguration.setShutdownRunningTask(ShutdownRunningTask shutdownRunningTask)
Sets the option to use when shutting down a route and how to act when it has running tasks. |
| Uses of ShutdownRunningTask in org.apache.camel.component.direct |
|---|
| Methods in org.apache.camel.component.direct with parameters of type ShutdownRunningTask | |
|---|---|
boolean |
DirectConsumer.deferShutdown(ShutdownRunningTask shutdownRunningTask)
|
| Uses of ShutdownRunningTask in org.apache.camel.component.file |
|---|
| Fields in org.apache.camel.component.file declared as ShutdownRunningTask | |
|---|---|
protected ShutdownRunningTask |
GenericFileConsumer.shutdownRunningTask
|
| Methods in org.apache.camel.component.file with parameters of type ShutdownRunningTask | |
|---|---|
boolean |
GenericFileConsumer.deferShutdown(ShutdownRunningTask shutdownRunningTask)
|
| Uses of ShutdownRunningTask in org.apache.camel.component.seda |
|---|
| Methods in org.apache.camel.component.seda with parameters of type ShutdownRunningTask | |
|---|---|
boolean |
SedaConsumer.deferShutdown(ShutdownRunningTask shutdownRunningTask)
|
| Uses of ShutdownRunningTask in org.apache.camel.impl |
|---|
| Methods in org.apache.camel.impl that return ShutdownRunningTask | |
|---|---|
ShutdownRunningTask |
DefaultRouteContext.getShutdownRunningTask()
|
ShutdownRunningTask |
DefaultCamelContext.getShutdownRunningTask()
|
| Methods in org.apache.camel.impl with parameters of type ShutdownRunningTask | |
|---|---|
void |
DefaultRouteContext.setShutdownRunningTask(ShutdownRunningTask shutdownRunningTask)
|
void |
DefaultCamelContext.setShutdownRunningTask(ShutdownRunningTask shutdownRunningTask)
|
| Uses of ShutdownRunningTask in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return ShutdownRunningTask | |
|---|---|
ShutdownRunningTask |
RouteDefinition.getShutdownRunningTask()
|
| Methods in org.apache.camel.model with parameters of type ShutdownRunningTask | |
|---|---|
void |
RouteDefinition.setShutdownRunningTask(ShutdownRunningTask shutdownRunningTask)
|
RouteDefinition |
RouteDefinition.shutdownRunningTask(ShutdownRunningTask shutdownRunningTask)
Configures a shutdown running task option. |
| Uses of ShutdownRunningTask in org.apache.camel.spi |
|---|
| Methods in org.apache.camel.spi with parameters of type ShutdownRunningTask | |
|---|---|
boolean |
ShutdownAware.deferShutdown(ShutdownRunningTask shutdownRunningTask)
To defer shutdown during first phase of shutdown. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||