org.sape.carbon.core.component.startup
Interface StartupService

All Superinterfaces:
FunctionalInterface
All Known Implementing Classes:
DefaultStartupServiceImpl

public interface StartupService
extends FunctionalInterface

Startup Service component interface. This service will start a list of other components. This service was meant to be used by the bootstrap subsystem.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.7 $($Author: dvoet $ / $Date: 2003/05/05 21:21:14 $)
Author:
Douglas Voet, January 2002
See Also:
org.sape.carbon.core.bootstrap

Method Summary
 void startComponents()
          Starts all components that this service is configured to start.
 

Method Detail

startComponents

public void startComponents()

Starts all components that this service is configured to start.



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.