org.exoplatform.container.component
Class BaseComponentLifecyclePlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentLifecyclePlugin
- All Implemented Interfaces:
- ComponentLifecyclePlugin
public abstract class BaseComponentLifecyclePlugin
- extends Object
- implements ComponentLifecyclePlugin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseComponentLifecyclePlugin
public BaseComponentLifecyclePlugin()
getName
public String getName()
- Specified by:
getName in interface ComponentLifecyclePlugin
setName
public void setName(String s)
- Specified by:
setName in interface ComponentLifecyclePlugin
getDescription
public String getDescription()
- Specified by:
getDescription in interface ComponentLifecyclePlugin
setDescription
public void setDescription(String s)
- Specified by:
setDescription in interface ComponentLifecyclePlugin
getManageableComponents
public List<String> getManageableComponents()
- Specified by:
getManageableComponents in interface ComponentLifecyclePlugin
setManageableComponents
public void setManageableComponents(List<String> list)
- Specified by:
setManageableComponents in interface ComponentLifecyclePlugin
initComponent
public void initComponent(ExoContainer container,
Object component)
throws Exception
- Specified by:
initComponent in interface ComponentLifecyclePlugin
- Throws:
Exception
startComponent
public void startComponent(ExoContainer container,
Object component)
throws Exception
- Specified by:
startComponent in interface ComponentLifecyclePlugin
- Throws:
Exception
stopComponent
public void stopComponent(ExoContainer container,
Object component)
throws Exception
- Specified by:
stopComponent in interface ComponentLifecyclePlugin
- Throws:
Exception
destroyComponent
public void destroyComponent(ExoContainer container,
Object component)
throws Exception
- Specified by:
destroyComponent in interface ComponentLifecyclePlugin
- Throws:
Exception
Copyright © 2013 eXo Platform SAS. All Rights Reserved.