net.sf.seide.core
Interface Lifecycle

All Known Subinterfaces:
Dispatcher, StageController
All Known Implementing Classes:
DirectThreadPoolStageController, DispatcherImpl

public interface Lifecycle

Defines the lifecycle of a daemon object.

Author:
german.kondolf

Method Summary
 boolean isRunning()
           
 void start()
          Starts the object implementation's lifecycle.
 void stop()
          Stops the object implementation's lifecycle.
 

Method Detail

start

void start()
Starts the object implementation's lifecycle.


stop

void stop()
Stops the object implementation's lifecycle.


isRunning

boolean isRunning()
Returns:
is the daemon running now?


Copyright © 2011. All Rights Reserved.