com.cafesoft.core.service
Interface ServiceStopper


public interface ServiceStopper

Defines an interface for customizing stopping of LifecycleServices. Implementations may stop Services in the order provided, may reverse the order, or may adjust stopup order based on Service type or some other state.

Since:
7/26/2002

Method Summary
 void stop(Service[] service)
          Stop Services.
 

Method Detail

stop

public void stop(Service[] service)
          throws LifecycleException
Stop Services.

Parameters:
service - an array of Service instances.
Throws:
LifecycleException - if an error occured while stopping Services.


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.