WebSphere Extended Deployment, Version 6.0.x     Operating Systems: 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
区画の別名とは

Concept topic    

Terms of Use | Feedback Last updated: Mar 20, 2006 12:35:11 PM 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.
This information center is powered by Eclipse technology. (http://www.eclipse.org)