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

Quick Search    Search Deep

com.jcorporate.expresso.core.misc
Class ConfigJndi  view ConfigJndi download ConfigJndi.java

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:
com.jcorporate.expresso.kernel.ComponentLifecycle, com.jcorporate.expresso.kernel.ExpressoComponent, java.io.Serializable

public class ConfigJndi
extends com.jcorporate.expresso.core.db.config.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

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
 
Fields inherited from class com.jcorporate.expresso.kernel.EmbeddedComponent
 
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()