org.kuali.rice.core.lifecycle
Interface Lifecycle

All Known Subinterfaces:
Configurer, KSBScheduledPool, KSBThreadPool, PluginRegistry, RemotedServiceRegistry, RemoteResourceServiceLocator, ResourceLoader, RiceCacheAdministrator, ServiceLocator
All Known Implementing Classes:
BaseCompositeLifecycle, BaseLifecycle, BaseOjbConfigurer, BasePluginRegistry, BaseResourceLoader, BaseTestServer, BaseWrappingResourceLoader, BeanFactoryResourceLoader, BusAdminServiceImpl, ClearDatabaseLifecycle, CoreResourceLoader, DerbyDBCreationLifecycle, EmailReminderLifecycle, EmbeddedLifeCycle, JettyServer, JettyServerLifecycle, JettyServerTestCase.RuntimePortJettyServerLifecycle, KCBConfigurer, KENConfigurer, KEWConfigurer, KEWXmlDataLoaderLifecycle, KIMConfigurer, KIMThinClientConfigurer, KNSConfigurer, KSBConfigurer, KSBScheduledThreadPoolExecutor, KSBThinClientConfigurer, KSBThreadPoolImpl, Log4jLifeCycle, ModuleConfigurer, ObjectRemoterServiceImpl, ParentChildResourceLoader, PerSuiteDataLoaderLifecycle, PerTestDataLoaderLifecycle, Plugin, PluginClassLoader, RemotedServiceRegistryImpl, RemoteResourceServiceLocatorImpl, RepeatTopicInvokerQueueImpl, ResourceLoaderContainer, RiceCacheAdministratorImpl, RiceConfigurer, RiceConfigurerBase, RootResourceLoaderLifecycle, ServerPluginRegistry, ServiceDelegatingLifecycle, SimpleServiceLocator, SpringBeanFactoryResourceLoader, SpringLifeCycle, SpringLoader, SpringResourceLoader, SQLDataLoaderLifecycle, ThinClientKEWConfigurer, ThinClientLifecycle, ThinClientResourceLoader, 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 © 2004-2011 The Kuali Foundation. All Rights Reserved.