com.cafesoft.core.service
Interface ServiceStarter
public interface ServiceStarter
Defines an interface for customizing startup of LifecycleServices.
Implementations must ensure that the Service implements "Lifecycle" and may
start Services in the order provided or may adjust startup order based on
Service type or some other state.
- Since:
- 7/26/2002
|
Method Summary |
void |
start(Service[] service)
Start Services. |
start
void start(Service[] service)
throws LifecycleException
- Start Services.
- Parameters:
service - an array of Service instances.
- Throws:
LifecycleException - if an error occured while starting
Lifecycle Services.
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.