Uses of Class
org.apache.camel.component.jms.DefaultTaskExecutorType

Packages that use DefaultTaskExecutorType
org.apache.camel.component.jms Defines the JMS Component 
 

Uses of DefaultTaskExecutorType in org.apache.camel.component.jms
 

Methods in org.apache.camel.component.jms that return DefaultTaskExecutorType
 DefaultTaskExecutorType JmsEndpoint.getDefaultTaskExecutorType()
           
 DefaultTaskExecutorType JmsConfiguration.getDefaultTaskExecutorType()
           
static DefaultTaskExecutorType DefaultTaskExecutorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DefaultTaskExecutorType[] DefaultTaskExecutorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.jms with parameters of type DefaultTaskExecutorType
 void JmsEndpoint.setDefaultTaskExecutorType(DefaultTaskExecutorType type)
           
 void JmsComponent.setDefaultTaskExecutorType(DefaultTaskExecutorType type)
           
 void JmsConfiguration.setDefaultTaskExecutorType(DefaultTaskExecutorType defaultTaskExecutorType)
          Indicates what type of TaskExecutor to use by default for JMS consumers.
 



Apache CAMEL