org.jboss.proxy.generic
Interface ProxyFactoryHAMBean

All Superinterfaces:
JRMPProxyFactoryMBean, Service, ServiceMBean
All Known Implementing Classes:
ProxyFactoryHA

public interface ProxyFactoryHAMBean
extends JRMPProxyFactoryMBean

ProxyFactory for Clustering

Version:
$Revision: 81001 $
Author:
Adrian Brock

Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 String getLoadBalancePolicy()
           
 org.jboss.ha.framework.interfaces.HAPartition getPartition()
           
 void setLoadBalancePolicy(String loadBalancePolicy)
           
 void setPartition(org.jboss.ha.framework.interfaces.HAPartition partition)
           
 
Methods inherited from interface org.jboss.invocation.jrmp.server.JRMPProxyFactoryMBean
getClientInterceptors, getExportedInterface, getExportedInterfaces, getInvokerName, getInvokeTargetMethod, getJndiName, getProxy, getTargetName, invoke, setClientInterceptors, setExportedInterface, setExportedInterfaces, setInvokerName, setInvokeTargetMethod, setJndiName, setTargetName
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getPartition

org.jboss.ha.framework.interfaces.HAPartition getPartition()

setPartition

void setPartition(org.jboss.ha.framework.interfaces.HAPartition partition)

getLoadBalancePolicy

String getLoadBalancePolicy()

setLoadBalancePolicy

void setLoadBalancePolicy(String loadBalancePolicy)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.