%@ page import="java.io.*, java.util.*"%> <%@ page language="java" contentType="text/html;charset=utf-8"%> <%@ page import="com.eactive.eai.adapter.AdapterGroupVO"%> <%@ page import="com.eactive.eai.adapter.AdapterManager"%> <%@ page import="com.eactive.eai.adapter.AdapterVO"%> <% AdapterManager manager = AdapterManager.getInstance(); List alls = manager.getAllAdapterGroupNames(); String action = request.getParameter("actionType"); String selectedKey = request.getParameter("selectedKey"); if (selectedKey == null && alls.size() > 1) { selectedKey = (String)alls.get(0); } AdapterGroupVO vo = null; if (selectedKey != null) { vo = manager.getAdapterGroupVO(selectedKey); } %>
어댑터 그룹정보
| 어댑터 그룹명 : | |
| 업무구분코드 : | |
| 표준/비표준 : | |
| 어댑터 사용구분 : | |
| 송수신 로그여부 : | |
| IN/OUT 구분 : | |
| 어뎁터 유형 : | |
| 메시지타입 : | |
| 참조 클래스명 : | |
| KESA F/W 사용여부 : | |
| 특정 LU 사용여부 : | |
| 대외기관코드 (표준전문셋팅) : |
|
| 어댑터 기관코드 (대외기관명) : |
|
| 업체코드 데이터 (업무데이터 추출 룰) : |
|
| TAS 어댑터 여부 : | |
| 어댑터 별명 : | |
| AdapterGroupVO.toString() : | <%=vo.toString()%> |
| 어뎁터업무 이름 | 리스너클래스명 | 프라퍼티 그룹명 | 테스터클래스명 | 어댑터 정보 |