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


EJB-specific HttpPartitionManager methods

The HttpPartitionBean is aware of both the WebSphere Application Server partitioning facility PartitionManager as well as the HttpPartitionManager. These agents work in conjunction to perform partition operations. The HttpPartitionManager contains additional methods that are employed by the HttpPartitionBean, including the setPartitionManager() method that registers the PartitionManager with the HttpPartitionManager. This should be done when initializing the PartitionManager and HttpPartitionManager.

Other methods that can be used by the EJB API include:
/**
* Set the Application Server WPF PartitionManager. 
*/
public void setPartitionManager(String appName, PartitionManager manager);



/**
* Set the HTTP expressions in the WAS config. 
*/
public void setExpressions(String appName, HttpPartitionExpression[] expressions);

The setPartitions() and setExpressions() allow the EJB to inform the HttpPartitionManager of partition and expression specifications. If the EJB were to determine the list of partitions and expressions, it would invoke these methods.



Related concepts
The EJB API: Extending HttpPartitionBean
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/rwpfEJB-specificHttpPartitionManagermethods.html