org.exoplatform.container.component
Interface ComponentLifecycle
public interface ComponentLifecycle
- Since:
- Apr 18, 2005
- Version:
- $Id: ComponentLifecycle.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
initComponent
void initComponent(ExoContainer container)
throws Exception
- Throws:
Exception
startComponent
void startComponent(ExoContainer container)
throws Exception
- Throws:
Exception
stopComponent
void stopComponent(ExoContainer container)
throws Exception
- Throws:
Exception
destroyComponent
void destroyComponent(ExoContainer container)
throws Exception
- Throws:
Exception
Copyright © 2015 eXo Platform SAS. All Rights Reserved.