FileDocCategorySizeDatePackage
HttpProxyFactoryHAMBean.javaAPI DocJBoss 4.2.12253Fri Jul 13 20:52:40 BST 2007org.jboss.invocation.http.server

HttpProxyFactoryHAMBean

public interface HttpProxyFactoryHAMBean implements org.jboss.invocation.http.server.HttpProxyFactoryMBean
An mbean interface that extends the HttpProxyFactoryMBean to provide support for cluster aware proxies. This interface adds the ability to configure the load-balancing policy of the proxy as well as the cluster partition name the mbean belongs to.
author
Scott.Stark@jboss.org
version
$Revision: 57188 $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ClassgetLoadBalancePolicy()
Get the server side mbean that exposes the invoke operation for the exported interface

public java.lang.StringgetPartitionName()
Get the name of the cluster partition the invoker is deployed in

public javax.management.ObjectNamegetRealJmxInvokerName()
A read-only property for accessing the non-wrapped JMX invoker

public voidsetLoadBalancePolicy(java.lang.Class policyClass)
Set the server side mbean that exposes the invoke operation for the exported interface

public voidsetPartitionName(java.lang.String name)
Set the name of the cluster partition the invoker is deployed in