Uses of Interface
org.scrashmeow.ojb.console.service.ConfigService

Packages that use ConfigService
org.scrashmeow.ojb.console.service Provides the classes that define services for the web application. 
 

Uses of ConfigService in org.scrashmeow.ojb.console.service
 

Classes in org.scrashmeow.ojb.console.service that implement ConfigService
 class ConfigServiceImpl
          The UI configuration service implementation.
 

Methods in org.scrashmeow.ojb.console.service that return ConfigService
 ConfigService ServiceFactoryImpl.createConfigService(java.util.Properties ojbcProperties, OjbConsole consoleConfig)
          Method createConfigService @add-javadoc!!!
 ConfigService ServiceFactory.createConfigService(java.util.Properties runtimeProps, OjbConsole consoleConfig)
          Method createConfigService @add-javadoc!!!
 ConfigService ApplicationServiceActionServletImpl.getConfigService()
          Returns the config service which provides an abstraction for the OJBC.xml configruation model
 ConfigService ApplicationService.getConfigService()
          Returns the config service which provides an abstraction for the OJBC.xml configruation model
 

Methods in org.scrashmeow.ojb.console.service with parameters of type ConfigService
 void ApplicationServiceActionServletImpl.setConfigService(ConfigService configService)
          Sets the configService.
 



Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.