| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArgumentConvertingMethodInvoker | |
|---|---|
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.scheduling.quartz | Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. | 
| org.springframework.scheduling.support | Generic support classes for scheduling. | 
| org.springframework.scheduling.timer | Scheduling convenience classes for the JDK Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. | 
| Uses of ArgumentConvertingMethodInvoker in org.springframework.beans.factory.config | 
|---|
| Subclasses of ArgumentConvertingMethodInvoker in org.springframework.beans.factory.config | |
|---|---|
|  class | MethodInvokingFactoryBeanFactoryBean which returns a value which is the result of a static or instance method invocation. | 
| Uses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.quartz | 
|---|
| Subclasses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.quartz | |
|---|---|
|  class | MethodInvokingJobDetailFactoryBeanFactoryBeanthat exposes aJobDetailobject which delegates job execution to a
 specified (static or non-static) method. | 
| Uses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.support | 
|---|
| Subclasses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.support | |
|---|---|
|  class | MethodInvokingRunnableAdapter that implements the Runnableinterface as a configurable
 method invocation based on Spring's MethodInvoker. | 
| Uses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.timer | 
|---|
| Subclasses of ArgumentConvertingMethodInvoker in org.springframework.scheduling.timer | |
|---|---|
|  class | MethodInvokingTimerTaskFactoryBeanFactoryBean that exposes a TimerTask object that delegates job execution to a specified (static or non-static) method. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||