Package org.powertac.common.interfaces
Interface ContextService
- 
- All Superinterfaces:
- org.springframework.context.ApplicationContextAware,- org.springframework.beans.factory.Aware
 
 public interface ContextService extends org.springframework.context.ApplicationContextAwareServices that implement this interface can serve as a conduit allowing model elements to access Spring services by name.- Author:
- John Collins
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetBean(String beanName)Retrieves a Spring component instance by name
 
-