Expresso 5-5-0

com.jcorporate.expresso.core.misc
Class ConfigJndi

java.lang.Object
  extended bycom.jcorporate.expresso.kernel.EmbeddedComponent
      extended bycom.jcorporate.expresso.core.db.config.JNDIConfig
          extended bycom.jcorporate.expresso.core.misc.ConfigJndi
All Implemented Interfaces:
ComponentLifecycle, ExpressoComponent, Serializable

public class ConfigJndi
extends JNDIConfig

A Commons digester class for JDBC section of the standardmaessig Expresso Configuration XML file. This bean defines the conection characteristics to the database in this context

Documentation written by Yves Henri AMAIZO @ AmyCase.com, Sun Jul 29 00:55:00 GMT 2002

All the 'bean' methods here are directly mapped to the <jdbc> section int the expresso-config.xml file. It is recommend that you also look at the Expresso config DTD for a better understanding of the relation of these various parameteters. Soon to be deprecated: Use com.jcorporate.expresso.core.db.config.JNDIConfig

Since:
Expresso 5.0
Version:
$Revision: 1.6 $ $Date: 2003/08/03 10:26:26 $
Author:
Yves Henri AMAIZO
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jcorporate.expresso.core.db.config.JNDIConfig
authoritative, batchSize, dnsURL, initialContextFactory, language, objectFactories, providerURL, securityAuthentication, securityCredentials, securityPrincipal, securityProtocol, stateFactories, urlPKGPrefixes
 
Constructor Summary
ConfigJndi()
           
 
Methods inherited from class com.jcorporate.expresso.core.db.config.JNDIConfig
configure, destroy, getAuthoritative, getBatchSize, getDnsURL, getInitialContextFactory, getLanguage, getMetadataName, getObjectFactories, getProviderURL, getSecurityAuthentication, getSecurityCredentials, getSecurityPrincipal, getSecurityProtocol, getStateFactories, getUrlPKGPrefixes, initialize, reconfigure, setAuthoritative, setBatchSize, setDnsURL, setInitialContextFactory, setLanguage, setObjectFactories, setProviderURL, setSecurityAuthentication, setSecurityCredentials, setSecurityPrincipal, setSecurityProtocol, setStateFactories, setUrlPKGPrefixes
 
Methods inherited from class com.jcorporate.expresso.kernel.EmbeddedComponent
getMetaData, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigJndi

public ConfigJndi()

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.