tamago
Interface LCStartStopController

All Superinterfaces:
LifeCycleController

public interface LCStartStopController
extends LifeCycleController

The controller interface for basic Start/Stop lifecycles Implementors of this controller may be externally started and stopped.

Author:
Frederic Peschanski

Method Summary
 void start()
          Start a component activity.
 void stop()
          Stop a component activity.
 

Method Detail

start

void start()
           throws LifeCycleException
Start a component activity.

Throws:
LifeCycleException - if the component may not be started

stop

void stop()
          throws LifeCycleException
Stop a component activity.

Throws:
LifeCycleException - if the component may not be stopped