com.sri.common
Interface ComponentSPI
- All Known Implementing Classes:
- ComponentSchema, EmoSchema
public interface ComponentSPI
Service Provider Interface. All schemas that wish to be initialized by
The AbstractDBController should implement this interface, either through
derivation from the ComponentSchema class or implementing this directly.
- Author:
- Michael Rimov
initializeApplicationContainer
org.picocontainer.PicoContainer initializeApplicationContainer()
- Initialize the application container.
- Returns:
- PicoContainer
getApplicationContainer
org.picocontainer.MutablePicoContainer getApplicationContainer()
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.