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.ApplicationContextAware
Services that implement this interface can serve as a conduit allowing
model elements to access Spring services by name.
- Author:
- John Collins
-
Method Details
-
getBean
Retrieves a Spring component instance by name
-