eXo Kernel :: Container 2.4.4-CLD

org.exoplatform.container.xml
Class Component

java.lang.Object
  extended by 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)

Constructor Summary
Component()
           
 
Method Summary
 List<ComponentPlugin> getComponentPlugins()
           
 String getDescription()
           
 URL getDocumentURL()
           
 InitParams getInitParams()
           
 String getJMXName()
           
 String getKey()
           
 List getListeners()
           
 List getPlugins()
           
 boolean getShowDeployInfo()
           
 String getType()
           
 boolean isMultiInstance()
           
 void preGet(org.jibx.runtime.IMarshallingContext ictx)
           
 void setComponentPlugins(ArrayList<ComponentPlugin> list)
           
 void setDescription(String s)
           
 void setInitParams(InitParams ips)
           
 void setJMXName(String s)
           
 void setKey(String s)
           
 void setListeners(ArrayList list)
           
 void setMultiInstance(boolean b)
           
 void setPlugins(ArrayList list)
           
 void setShowDeployInfo(boolean b)
           
 void setType(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

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)

eXo Kernel :: Container 2.4.4-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.