org.kuali.rice.core.api.lifecycle
Interface Lifecycle

All Known Subinterfaces:
Configurer, KSBScheduledPool, KSBThreadPool, PluginRegistry, ResourceLoader, ServiceLocator
All Known Implementing Classes:
BaseCompositeLifecycle, BaseLifecycle, BaseOjbConfigurer, BasePluginRegistry, BaseResourceLoader, BaseWrappingResourceLoader, BeanFactoryResourceLoader, ClearDatabaseLifecycle, CoreConfigurer, CoreResourceLoader, CoreServiceConfigurer, EDLConfigurer, EmailReminderLifecycle, KENConfigurer, KEWConfigurer, KEWXmlDataLoaderLifecycle, KIMConfigurer, KRADConfigurer, KRMSConfigurer, KSBConfigurer, KSBScheduledThreadPoolExecutor, KSBThreadPoolImpl, LifecycleBean, LocationConfigurer, ModuleConfigurer, NotificationLifeCycle, PerSuiteDataLoaderLifecycle, PerTestDataLoaderLifecycle, Plugin, PluginClassLoader, ResourceLoaderContainer, ServerPluginRegistry, ServiceBusImpl, ServiceBusResourceLoader, ServiceDelegatingLifecycle, SimpleServiceLocator, SpringBeanFactoryResourceLoader, SpringResourceLoader, SQLDataLoaderLifecycle, StandaloneLifeCycle, TransactionalLifecycle, XmlPipelineLifeCycle

public interface Lifecycle

Interface describing an object life cycle

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

Method Summary
 boolean isStarted()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception

isStarted

boolean isStarted()


Copyright © 2005–2015 The Kuali Foundation. All rights reserved.