org.kuali.rice.ken.core
Interface Lifecycle

All Known Implementing Classes:
BaseLifecycle, LifecycleBean, NotificationLifeCycle

public interface Lifecycle

Interface describing an object life cycle

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 boolean isStarted()
          This method returns whether the lifecycle is running or not.
 void start()
          This method starts the lifecycle.
 void stop()
          This method stops the lifecycle.
 

Method Detail

start

void start()
           throws Exception
This method starts the lifecycle.

Throws:
Exception

stop

void stop()
          throws Exception
This method stops the lifecycle.

Throws:
Exception

isStarted

boolean isStarted()
This method returns whether the lifecycle is running or not.

Returns:


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.