站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 cluster API Documentation 英文版文档

HttpProxyFactoryHAMBean (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档


org.jboss.invocation.http.server
Interface HttpProxyFactoryHAMBean

All Superinterfaces:
org.jboss.invocation.http.server.HttpProxyFactoryMBean, org.jboss.system.Service
All Known Implementing Classes:
HttpProxyFactoryHA

public interface HttpProxyFactoryHAMBean
extends 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.

Version:
$Revision: 1.2 $
Author:
Scott.Stark@jboss.org

Method Summary
 Class getLoadBalancePolicy()
          Get the server side mbean that exposes the invoke operation for the exported interface
 String getPartitionName()
          Get the name of the cluster partition the invoker is deployed in
 javax.management.ObjectName getRealJmxInvokerName()
          A read-only property for accessing the non-wrapped JMX invoker
 void setLoadBalancePolicy(Class policyClass)
          Set the server side mbean that exposes the invoke operation for the exported interface
 void setPartitionName(String name)
          Set the name of the cluster partition the invoker is deployed in
 
Methods inherited from interface org.jboss.invocation.http.server.HttpProxyFactoryMBean
getClientInterceptors, getExportedInterface, getInvokerName, getInvokerURL, getInvokerURLPrefix, getInvokerURLSuffix, getJndiName, getProxy, getProxy, getUseHostName, setClientInterceptors, setExportedInterface, setInvokerName, setInvokerURL, setInvokerURLPrefix, setInvokerURLSuffix, setJndiName, setUseHostName
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getLoadBalancePolicy

public Class getLoadBalancePolicy()
Get the server side mbean that exposes the invoke operation for the exported interface


setLoadBalancePolicy

public void setLoadBalancePolicy(Class policyClass)
Set the server side mbean that exposes the invoke operation for the exported interface


getPartitionName

public String getPartitionName()
Get the name of the cluster partition the invoker is deployed in


setPartitionName

public void setPartitionName(String name)
Set the name of the cluster partition the invoker is deployed in


getRealJmxInvokerName

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.