WebSphere Extended Deployment, Version 6.0.x     운영 체제: AIX, HP-UX, Linux, Solaris, Windows, z/OS

파티션 별명의 사용법 시나리오

다음은 파티션 별명을 사용할 수 있는 몇 가지 시나리오입니다.
 
MyEJB_PartitionKey{
public String buy( String stock, int 100){
String partitionAlias=normalStocks;
if (hotStocks.contains(stock)){
partitionAlias=hotStocks;
}
return partitionAlias;
} 
}



Related concepts
파티션 별명의 개념

개념 주제    

이용 약관 | 피드백 마지막 갱신 날짜: Mar 21, 2006 11:38:53 AM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=?topic=/com.ibm.websphere.xd.doc/info/WPF51/cwpfpascen.html

© Copyright IBM 2005, 2006. All Rights Reserved.
이 Information Center는 Eclipse 테크놀러지로 강화되었습니다. (http://www.eclipse.org)