org.sape.carbon.core.component.lifecycle
Interface ComponentLifecycle

All Superinterfaces:
Configurable, Destroyable, Initializable, Startable, Suspendable

public interface ComponentLifecycle
extends Startable, Suspendable, Initializable, Configurable, Destroyable

ComponentLifecycle is a convenience that gathers all of the lifecycle operations under one interface. Developers can use this when they intend to implement all of the lifecycle interfaces.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.8 $($Author: dvoet $ / $Date: 2003/05/05 21:21:13 $)
Author:
Chris Herron, January 2002

Methods inherited from interface org.sape.carbon.core.component.lifecycle.Startable
start, stop
 
Methods inherited from interface org.sape.carbon.core.component.lifecycle.Suspendable
resume, suspend
 
Methods inherited from interface org.sape.carbon.core.component.lifecycle.Initializable
initialize
 
Methods inherited from interface org.sape.carbon.core.component.lifecycle.Configurable
configure
 
Methods inherited from interface org.sape.carbon.core.component.lifecycle.Destroyable
destroy
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.