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