WebSphere Extended Deployment, Version 6.0.x
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


Usage scenario for a partition alias

This article describes when you might use a partition alias.

Here are some scenarios in which you might use partition aliases:
 
MyEJB_PartitionKey{ 
public String buy( String stock, int 100){ 
String partitionAlias=normalStocks; 
if (hotStocks.contains(stock)){ 
partitionAlias=hotStocks; 
}
return partitionAlias; 
} 
}



Related concepts
Partition alias
Concept topic    

Terms of Use | Feedback

Last updated: Nov 30, 2007 4:03:08 PM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=/com.ibm.websphere.xd.doc/info/WPF51/cwpfpascen.html