org.sonatype.sisu.goodies.lifecycle
Interface Lifecycle

All Superinterfaces:
LifecycleAware
All Known Subinterfaces:
LifecycleManager
All Known Implementing Classes:
LifecycleManagerImpl, LifecycleSupport

public interface Lifecycle
extends LifecycleAware

Component life-cycle.

Since:
1.0

Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from interface org.sonatype.sisu.goodies.lifecycle.LifecycleAware
getLifecycle
 

Method Detail

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.