Uses of Interface
org.sape.carbon.core.component.startup.StartupServiceConfiguration.StartupComponentConfiguration

Packages that use StartupServiceConfiguration.StartupComponentConfiguration
org.sape.carbon.core.component.startup   
 

Uses of StartupServiceConfiguration.StartupComponentConfiguration in org.sape.carbon.core.component.startup
 

Fields in org.sape.carbon.core.component.startup declared as StartupServiceConfiguration.StartupComponentConfiguration
private  StartupServiceConfiguration.StartupComponentConfiguration[] DefaultStartupServiceImpl.startupComponents
          set of all component names that need to be started
 

Methods in org.sape.carbon.core.component.startup that return StartupServiceConfiguration.StartupComponentConfiguration
 StartupServiceConfiguration.StartupComponentConfiguration[] StartupServiceConfiguration.getStartupComponent()
          Gets the set of components that need to be started.
 StartupServiceConfiguration.StartupComponentConfiguration StartupServiceConfiguration.getStartupComponent(int index)
          Gets a component from the list of startup components.
 

Methods in org.sape.carbon.core.component.startup with parameters of type StartupServiceConfiguration.StartupComponentConfiguration
 void StartupServiceConfiguration.setStartupComponent(StartupServiceConfiguration.StartupComponentConfiguration[] startupComponents)
          Sets the list of components to be started.
 void StartupServiceConfiguration.setStartupComponent(int index, StartupServiceConfiguration.StartupComponentConfiguration startupComponents)
          Replaces a component in the list of startup components.
 void StartupServiceConfiguration.addStartupComponent(StartupServiceConfiguration.StartupComponentConfiguration newStartupService)
          Adds a component to the list of startup components.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.