Esempio n. 1
0
        public JcaExecutorServiceManagedConnection(JcaExecutorServiceManagedConnectionFactory mcf)
        {
            this.mcf        = mcf;
            this.logwriter  = null;
            this.listeners  = Collections.synchronizedList(new List <ConnectionEventListener>(1));
            this.connection = null;
            JcaExecutorServiceConnector ra = (JcaExecutorServiceConnector)mcf.ResourceAdapter;

            @delegate = (ExecutorService)ra.getExecutorServiceWrapper().ExecutorService;
        }
Esempio n. 2
0
 public JcaExecutorServiceConnectionImpl(JcaExecutorServiceManagedConnection mc, JcaExecutorServiceManagedConnectionFactory mcf)
 {
     this.mc  = mc;
     this.mcf = mcf;
 }
Esempio n. 3
0
 public JcaExecutorServiceConnectionFactoryImpl(JcaExecutorServiceManagedConnectionFactory mcf, ConnectionManager cxManager)
 {
     this.mcf = mcf;
     this.connectionManager = cxManager;
 }