JEUS JCA 안내서 

JEUS v7.0 Fix#4

Restricted Rights Legend

All TmaxSoft Software (JEUS®) and documents are protected by copyright laws and international convention. TmaxSoft software and documents are made available under the terms of the TmaxSoft License Agreement and may only be used or copied in accordance with the terms of this agreement. No part of this document may be transmitted, copied, deployed, or reproduced in any form or by any means, electronic, mechanical, or optical, without the prior written consent of TmaxSoft Co., Ltd.

이 소프트웨어(JEUS®) 사용설명서의 내용과 프로그램은 저작권법과 국제 조약에 의해서 보호받고 있습니다. 사용설명서의 내용과 여기에 설명된 프로그램은 TmaxSoft Co., Ltd.와의 사용권 계약 하에서만 사용이 가능하며, 사용권 계약을 준수하는 경우에만 사용 또는 복제할 수 있습니다. 이 사용설명서의 전부 또는 일부분을 TmaxSoft의 사전 서면 동의 없이 전자, 기계, 녹음 등의 수단을 사용하여 전송, 복제, 배포, 2차적 저작물작성 등의 행위를 하여서는 안 됩니다.

Trademarks

JEUS® is registered trademark of TmaxSoft Co., Ltd. Other products, titles or services may be registered trademarks of their respective companies.

JEUS®는 TmaxSoft Co., Ltd.의 등록 상표입니다. 기타 모든 제품들과 회사 이름은 각각 해당 소유주의 상표로서 참조용으로만 사용됩니다.

Open Source Software Notice

Some modules or files of this product are subject to the terms of the following licenses. : APACHE2.0, CDDL1.0, EDL1.0, OPEN SYMPHONY SOFTWARE1.1, TRILEAD-SSH2, Bouncy Castle, BSD, MIT, SIL OPEN FONT1.1

Detailed Information related to the license can be found in the following directory : ${INSTALL_PATH}/lib/licenses

본 제품의 일부 파일 또는 모듈은 다음의 라이선스를 준수합니다. : APACHE2.0, CDDL1.0, EDL1.0, OPEN SYMPHONY SOFTWARE1.1, TRILEAD-SSH2, Bouncy Castle, BSD, MIT, SIL OPEN FONT1.1

관련 상세한 정보는 제품의 다음의 디렉터리에 기재된 사항을 참고해 주십시오. : ${INSTALL_PATH}/lib/licenses

안내서 정보

안내서 제목: JEUS JCA 안내서 

발행일: 2015-07-22

소프트웨어 버전: JEUS v7.0 Fix#4

안내서 버전: v2.1.6


내용 목차

안내서에 대하여
1. JCA 표준
1.1. 개요
1.2. 커넥터 아키텍처(Connector Architecture)
1.2.1. 아웃바운드(Outbound)
1.2.2. 인바운드(Inbound)
1.3. 리소스 어댑터와 JDBC 드라이버
1.4. CCI(Common Client Interface)
2. 아웃바운드 관리
2.1. Connection Pool과 Connection 관리
2.1.1. 애플리케이션의 Connection 요청 패턴
2.1.2. 리소스 어댑터와 Connection Pool의 관계
2.1.3. Connection Pool의 장점
2.1.4. Connection Pool 설정
2.1.5. Connection Pool 기능
2.2. 트랜잭션 관리
2.2.1. 로컬 트랜잭션 리소스의 글로벌 트랜잭션(XA) 참여 기능
2.2.2. 글로벌 트랜잭션(XA)과 Connection Sharing
2.3. Connection Pool 설정 예제
2.3.1. Connection Factory가 1개인 경우
2.3.2. Connection Factory가 2개 이상인 경우
2.4. Connection Pool 모니터링 및 제어
2.4.1. Connection Pool 제어
2.4.2. Connection Pool 모니터링
3. 인바운드 관리
3.1. Work Manager 관리
3.1.1. 기본 개념
3.1.2. Work Manager 설정
3.2. Message Inflow
4. 리소스 어댑터
4.1. 보안 관리
4.1.1. Connection 인증
4.2. 패키징
4.3. Deploy
4.3.1. SHARED 모드 클래스 로딩
4.3.2. Redeploy
4.4. 리소스 어댑터를 리소스로 등록
4.4.1. WebAdmin 사용
A. 환경설정 주의 사항
색인

그림 목차

[그림 1.1] 커넥터 아키텍처 개요
[그림 1.2] 인바운드 Message Inflow
[그림 2.1] JCA Connection Pool 화면
[그림 2.2] JCA Connection Pool 생성
[그림 2.3] JCA Connection Pool 생성 확인
[그림 2.4] JCA Connection Pool 모니터링
[그림 2.5] JCA Connection Pool에 존재하는 Connection들의 상세 정보 확인

예 목차

[예 2.1] Connection 요청 : <<ejb-jar.xml>>
[예 2.2] Connection 요청 : <<jeus-ejb-dd.xml>>
[예 2.3] Connection Factory가 1개인 경우 Connection Pool 설정 : <<ra.xml>>
[예 2.4] Connection Factory가 1개인 경우 Connection Pool 설정 : <<jeus-connector-dd.xml>>
[예 2.5] Connection Factory가 2개인 경우 Connection Pool 설정 : <<ra.xml>>
[예 2.6] Connection Factory가 2개인 경우 Connection Pool 설정 : <<jeus-connector-dd.xml>>
[예 3.1] Work Manager 설정 : <<jeus-connector-dd.xml>>
[예 3.2] MDB 연동 리소스 설정 : <<jeus-ejb-dd.xml>>