org.exoplatform.container.xml
Class Component
java.lang.Object
org.exoplatform.container.xml.Component
public class Component
- extends Object
- Since:
- Apr 18, 2005
- Version:
- $Id: Component.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Component
public Component()
getDocumentURL
public URL getDocumentURL()
getKey
public String getKey()
setKey
public void setKey(String s)
getJMXName
public String getJMXName()
setJMXName
public void setJMXName(String s)
getType
public String getType()
setType
public void setType(String s)
getDescription
public String getDescription()
setDescription
public void setDescription(String s)
getPlugins
public List getPlugins()
setPlugins
public void setPlugins(ArrayList list)
getComponentPlugins
public List<ComponentPlugin> getComponentPlugins()
setComponentPlugins
public void setComponentPlugins(ArrayList<ComponentPlugin> list)
getListeners
public List getListeners()
setListeners
public void setListeners(ArrayList list)
getInitParams
public InitParams getInitParams()
setInitParams
public void setInitParams(InitParams ips)
getShowDeployInfo
public boolean getShowDeployInfo()
setShowDeployInfo
public void setShowDeployInfo(boolean b)
isMultiInstance
public boolean isMultiInstance()
setMultiInstance
public void setMultiInstance(boolean b)
preGet
public void preGet(org.jibx.runtime.IMarshallingContext ictx)
Copyright © 2014 eXo Platform SAS. All Rights Reserved.