| org.jacorb.config.JacORBConfiguration
JacORBConfiguration | public class JacORBConfiguration extends org.apache.avalon.framework.configuration.DefaultConfiguration implements Configuration(Code) | | author: Gerald Brose version: $Id: JacORBConfiguration.java,v 1.18 2006/11/24 14:13:34 alphonse.bendt Exp $ |
getAttributeAsBoolean | public boolean getAttributeAsBoolean(String key) throws ConfigurationException(Code) | | |
getAttributeAsBoolean | public boolean getAttributeAsBoolean(String key, boolean defaultValue)(Code) | | |
getAttributeAsObject | public Object getAttributeAsObject(String key) throws ConfigurationException(Code) | | Create an object from the given property. The class's default
constructor will be used.
an object of the class of the keys value, or null, ifno class name is found for the key throws: ConfigurationException - if object creation fails. |
getAttributeAsObject | public Object getAttributeAsObject(String key, String defaultValue) throws ConfigurationException(Code) | | |
getAttributeList | public List getAttributeList(String key)(Code) | | For a property that has a list of comma-separated values,
this method returns these values as a list of Strings.
If the property is not set, an empty list is returned.
|
getAttributeNamesWithPrefix | public List getAttributeNamesWithPrefix(String prefix)(Code) | | |
getNamedLogger | public Logger getNamedLogger(String name)(Code) | | Parameters: name - the name of the logger, which also functionsas a log category a Logger for a given name |
getORB | public ORB getORB()(Code) | | the ORB for which this configuration was created |
setAttributes | void setAttributes(Properties properties)(Code) | | set attributes of this configuration using properties
|
|
|