示例#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;
        }
示例#2
0
 public JcaExecutorServiceConnectionImpl(JcaExecutorServiceManagedConnection mc, JcaExecutorServiceManagedConnectionFactory mcf)
 {
     this.mc  = mc;
     this.mcf = mcf;
 }
示例#3
0
 public JcaExecutorServiceConnectionFactoryImpl(JcaExecutorServiceManagedConnectionFactory mcf, ConnectionManager cxManager)
 {
     this.mcf = mcf;
     this.connectionManager = cxManager;
 }