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


The HttpPartitionExpression

Another fundamental building block associated with the HTTP partitioning facility API is the HttpPartitionExpression that represents a request expression, including the match expression and classify formula portions:
	public interface HttpPartitionExpression {
	    /**
	     * Get the expression string.
	     */
	    public String getMatchExpression();
	
	    /**
	     * Get the classify formula.
	     */
	    public String getClassifyFormula();
	}
The HttpPartitionManager is used to allocate an HttpPartitionExpression using the following HttpPartitionManager method:
47	    /**
48	     * Create an HttpPartitionExpression.
49	     */ 
50	    public HttpPartitionExpression createHttpPartitionExpression 
(String expression, String formula);   



Related concepts
HTTP programming interfaces
Reference 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/rwpfHttpPartitionExpression.html