Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C G O S

C

Configurable - interface ojb.broker.util.configuration.Configurable.
This interface defines the behaviour of a configurable Object.
Configuration - interface ojb.broker.util.configuration.Configuration.
 
ConfigurationException - exception ojb.broker.util.configuration.ConfigurationException.
This exception is used to signal Problems that occur during configuration operations.
ConfigurationException(String, String) - Constructor for class ojb.broker.util.configuration.ConfigurationException
 
ConfigurationException(String) - Constructor for class ojb.broker.util.configuration.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for class ojb.broker.util.configuration.ConfigurationException
 
Configurator - interface ojb.broker.util.configuration.Configurator.
Interface für Konfiguratoren, sprich Objekte, die andere Objekte konfigurieren können.
configure(Configuration) - Method in interface ojb.broker.util.configuration.Configurable
configure an object using the Configuration config
configure(Configurable) - Method in interface ojb.broker.util.configuration.Configurator
führt die Konfiguration für das konfigurierbare target aus.

G

getBoolean(String, boolean) - Method in interface ojb.broker.util.configuration.Configuration
Returns the boolean value for the specified key.
getClass(String, Class, Class) - Method in interface ojb.broker.util.configuration.Configuration
Returns the class specified by the value for the specified key.
getClass(String, Class, Class[]) - Method in interface ojb.broker.util.configuration.Configuration
Returns the class specified by the value for the specified key.
getClass(String, Class) - Method in interface ojb.broker.util.configuration.Configuration
Returns the class specified by the value for the specified key.
getConfigurationFor(Configurable) - Method in interface ojb.broker.util.configuration.Configurator
holt die Konfiguration für das konfigurierbare target.
getInteger(String, int) - Method in interface ojb.broker.util.configuration.Configuration
Returns the integer value for the specified key.
getString(String, String) - Method in interface ojb.broker.util.configuration.Configuration
Returns the string value for the specified key.
getStrings(String, String, String) - Method in interface ojb.broker.util.configuration.Configuration
Gets an array of Strings from the value of the specified key, seperated by any key from seperators.
getStrings(String, String) - Method in interface ojb.broker.util.configuration.Configuration
Gets an array of Strings from the value of the specified key, seperated by ";".

O

ojb.broker.util.configuration - package ojb.broker.util.configuration
 

S

setLogger(Logger) - Method in interface ojb.broker.util.configuration.Configuration
 
setLogger(Logger) - Method in interface ojb.broker.util.configuration.Configurator
erlaubt die Übergabe eines log4j loggers an den Konfigurator

C G O S