Package de.iritgo.aktera.core.container

Examples of de.iritgo.aktera.core.container.ServiceConfig


   * @see org.apache.avalon.framework.configuration.Configurable#configure(org.apache.avalon.framework.configuration.Configuration)
   */
  public void configure(Configuration configuration) throws ConfigurationException
  {
    this.configuration = configuration;
    svcConfig = new ServiceConfig(configuration);
  }
View Full Code Here


    }
  }

  public void configure(Configuration configuration) throws ConfigurationException
  {
    svcConfig = new ServiceConfig(configuration);

    // Obtain a reference to the configured DataSource
    dataSourceName = configuration.getChild("dbpool").getValue();

    sql = configuration.getChild("sql").getValue();
View Full Code Here

TOP

Related Classes of de.iritgo.aktera.core.container.ServiceConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.