com.servingxml.ioc.components
Interface ComponentDictionary
- All Known Subinterfaces:
- ComponentTable
- All Known Implementing Classes:
- ComponentTableImpl
public interface ComponentDictionary
getAbstractComponent
AbstractComponent getAbstractComponent(int nameSymbol)
getServiceComponent
ServiceComponent getServiceComponent(int nameSymbol)
findServiceComponent
ServiceComponent findServiceComponent(int nameSymbol)
getDefaultServiceComponent
ServiceComponent getDefaultServiceComponent()
getConfigurationComponent
ConfigurationComponent getConfigurationComponent(int nameSymbol)
getInterface
java.lang.Class getInterface(int nameSymbol)
printDiagnostics
void printDiagnostics(java.io.PrintStream printStream,
NameTable nameTable)