|  Known Direct Subclasses | 
Class Overview
Quartz Job implementation that invokes a specified method.
 Automatically applied by MethodInvokingJobDetailFactoryBean.
 
Summary
| Fields | 
|---|
    
      
          | protected
          static
          final
          Log | logger |  | 
      
    
| Protected Methods | 
|---|
	 
    
        | void | executeInternal(JobExecutionContext context) Invoke the method via the MethodInvoker. | 
| [Expand] Inherited Methods | 
|---|
|  From class
  org.springframework.scheduling.quartz.QuartzJobBean 
  
   
    
    
	 
    
        | final
            
            
            void | execute(JobExecutionContext context) This implementation applies the passed-in job data map as bean property
 values, and delegates to executeInternalafterwards. |  
        | abstract
            
            
            
            
            void | executeInternal(JobExecutionContext context) Execute the actual job. |  | 
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  | 
 
Fields
 
    
      
        protected 
        static 
        final 
        Log
      
        logger
    
      
        
        
  
      
    
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      MethodInvokingJobDetailFactoryBean.MethodInvokingJob
      ()
    
      
    
 
Public Methods
 
    
      
        public 
         
         
         
         
        void
      
      setMethodInvoker
      (MethodInvoker methodInvoker)
    
      
    
      
  Set the MethodInvoker to use.
 
 
Protected Methods
 
    
      
        protected 
         
         
         
         
        void
      
      executeInternal
      (JobExecutionContext context)
    
      
    
      
  Invoke the method via the MethodInvoker.