<< Click to Display Table of Contents >>

DataBind

데이터 바인딩 기능과 관련된 메소드를 제공하는 클래스입니다.


Constructor Detail

DataBind

public DataBind(String url, String id, String pw, boolean bAutoLogin, boolean useUSL)

데이터 바인딩 모듈 관련 기능을 수행합니다.

Parameters:

url - HTTP 방식 오즈 서버의 URL

id - 사용자 아이디

pw - 사용자 패스워드

bAutoLogin - 자동 로그인 여부

useUSL - USL 사용 여부


Method Detail

getDataBindConfigration

public SortProperties getDataBindConfigration() throws OZCPException

DataBind의 설정 값 즉, "databind.properties"에 설정되어 있는 값을 가져옵니다.

setDataBindConfigration

public void setDataBindConfigration(SortProperties config) throws OZCPException

DataBind 설정 즉, "databind.properties"에 설정되어 있는 값을 변경할 수 있습니다.

Parameters:

config - DataBind 설정 속성(ConcurrentFetchSize: 클라이언트로 데이터를 전송할 때 Stream 버퍼의 크기, ConcurrentFirstRow: 클라이언트로 데이터를 전송할 때 맨 처음 전송되는 첫 데이터의 행 개수)