|  Known Direct Subclasses | 
Class Overview
Schedules safe activation of beans even when cyclic dependencies are involved.
 Takes advantage of the new Guice ProvisionListener SPI, if available at runtime.
 
Summary
| Public Methods | 
|---|
	 
    
        | final
            
            
            void | schedule(Object bean) Schedules activation of the given bean at the next safe activation point. | 
| Protected Methods | 
|---|
	 
    
        | abstract
            
            
            
            
            void | activate(Object bean) Customized activation of the given bean. | 
| [Expand] Inherited Methods | 
|---|
|  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
 
    
      
        public 
        static 
        final 
        Module
      
        MODULE
    
      
        
        
  
      
    
 
Public Constructors
Public Methods
 
    
      
        public 
         
        final 
         
         
        void
      
      schedule
      (Object bean)
    
      
    
      
  Schedules activation of the given bean at the next safe activation point.
 
 
Protected Methods
 
    
      
        protected 
         
         
        abstract 
         
        void
      
      activate
      (Object bean)
    
      
    
      
  Customized activation of the given bean.
      Parameters
      
        
          | bean | The bean to activate |