Package com.sun.enterprise.distributedtx

Examples of com.sun.enterprise.distributedtx.J2EETransactionManagerOpt


    // been created during the new InitialContext() call using
    // the ORBManager
    PEORBConfigurator.initTransactionService(null, new Properties() );

          if (sw.getTransactionManager() == null) {
        sw.setTransactionManager(new J2EETransactionManagerOpt());
    }
                // There wont be any invocation manager. So, treat this as a system
          // resource.
          jndiName = ResourceInstaller.getPMJndiName(jndiName);
      } catch(Exception e) {
View Full Code Here

TOP

Related Classes of com.sun.enterprise.distributedtx.J2EETransactionManagerOpt

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.