org.exoplatform.container.xml
Class ComponentLifecyclePlugin

java.lang.Object
  extended by org.exoplatform.container.xml.ComponentLifecyclePlugin

public class ComponentLifecyclePlugin
extends java.lang.Object

Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 8, 2005


Constructor Summary
ComponentLifecyclePlugin()
           
 
Method Summary
 InitParams getInitParams()
           
 ManageableComponents getManageableComponents()
           
 java.lang.String getType()
           
 void setInitParams(InitParams initParams)
           
 void setManageableComponents(ManageableComponents mc)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentLifecyclePlugin

public ComponentLifecyclePlugin()
Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getManageableComponents

public ManageableComponents getManageableComponents()

setManageableComponents

public void setManageableComponents(ManageableComponents mc)

getInitParams

public InitParams getInitParams()

setInitParams

public void setInitParams(InitParams initParams)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.