eXo Kernel :: Container 2.4.11-UXP01

org.exoplatform.container.xml
Class ServiceConfiguration

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.exoplatform.container.xml.ServiceConfiguration
All Implemented Interfaces:
Serializable, Cloneable, Map

public class ServiceConfiguration
extends HashMap

Jul 19, 2004

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ServiceConfiguration()
           
 
Method Summary
 void addParam(Object o)
           
 void addParameter(Parameter param)
           
 ObjectParam getObjectParam(String name)
           
 Iterator getObjectParamIterator()
           
 List getObjectParamValues(Class type)
           
 Parameter getParameter(String name)
           
 PropertiesParam getPropertiesParam(String name)
           
 Iterator getPropertiesParamIterator()
           
 String getServiceKey()
           
 String getServiceType()
           
 ValueParam getValueParam(String name)
           
 Iterator getValueParamIterator()
           
 ValuesParam getValuesParam(String name)
           
 Iterator getValuesParamIterator()
           
 Parameter removeParameter(String name)
           
 void setServiceKey(String s)
           
 void setServiceType(String s)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ServiceConfiguration

public ServiceConfiguration()
Method Detail

getServiceKey

public String getServiceKey()

setServiceKey

public void setServiceKey(String s)

getServiceType

public String getServiceType()

setServiceType

public void setServiceType(String s)

getValuesParam

public ValuesParam getValuesParam(String name)

getValueParam

public ValueParam getValueParam(String name)

getPropertiesParam

public PropertiesParam getPropertiesParam(String name)

getObjectParam

public ObjectParam getObjectParam(String name)

getObjectParamValues

public List getObjectParamValues(Class type)

getParameter

public Parameter getParameter(String name)

addParameter

public void addParameter(Parameter param)

removeParameter

public Parameter removeParameter(String name)

addParam

public void addParam(Object o)

getValueParamIterator

public Iterator getValueParamIterator()

getValuesParamIterator

public Iterator getValuesParamIterator()

getPropertiesParamIterator

public Iterator getPropertiesParamIterator()

getObjectParamIterator

public Iterator getObjectParamIterator()

eXo Kernel :: Container 2.4.11-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.