org.exoplatform.container
Interface ContainerLifecyclePlugin
- All Known Implementing Classes:
- AddJVMComponentsToRootContainer, BaseContainerLifecyclePlugin
public interface ContainerLifecyclePlugin
- Since:
- Apr 18, 2005
- Version:
- $Id: ContainerLifecyclePlugin.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
getName
java.lang.String getName()
setName
void setName(java.lang.String s)
getDescription
java.lang.String getDescription()
setDescription
void setDescription(java.lang.String s)
getInitParams
InitParams getInitParams()
setInitParams
void setInitParams(InitParams params)
initContainer
void initContainer(ExoContainer container)
throws java.lang.Exception
- Throws:
java.lang.Exception
startContainer
void startContainer(ExoContainer container)
throws java.lang.Exception
- Throws:
java.lang.Exception
stopContainer
void stopContainer(ExoContainer container)
throws java.lang.Exception
- Throws:
java.lang.Exception
destroyContainer
void destroyContainer(ExoContainer container)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2012 eXo Platform SAS. All Rights Reserved.