Package org.jboss.jbossts.qa.JDBCResources02Impls

Examples of org.jboss.jbossts.qa.JDBCResources02Impls.JDBCInfoTableImpl01


      String databaseUser = JDBCProfileStore.databaseUser(profileName);
      String databasePassword = JDBCProfileStore.databasePassword(profileName);
      String databaseDynamicClass = JDBCProfileStore.databaseDynamicClass(profileName);
      int databaseTimeout = JDBCProfileStore.timeout(profileName);

      JDBCInfoTableImpl01 jdbcInfoTableImpl = new JDBCInfoTableImpl01(databaseURL, databaseUser, databasePassword, databaseDynamicClass, databaseTimeout);
      InfoTablePOATie servant = new InfoTablePOATie(jdbcInfoTableImpl);

      OAInterface.objectIsReady(servant);
      InfoTable jdbcInfoTable = InfoTableHelper.narrow(OAInterface.corbaReference(servant));
View Full Code Here

TOP

Related Classes of org.jboss.jbossts.qa.JDBCResources02Impls.JDBCInfoTableImpl01

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.