|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public Class getLoadBalancePolicy()
public void setLoadBalancePolicy(Class policyClass)
public String getPartitionName()
public void setPartitionName(String name)
public javax.management.ObjectName getRealJmxInvokerName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |