org.jboss.proxy.generic
Interface ProxyFactoryHAMBean

All Superinterfaces:
JRMPProxyFactoryMBean (src) , Service (src) , ServiceMBean (src)
All Known Implementing Classes:
ProxyFactoryHA (src)

public interface ProxyFactoryHAMBean
extends JRMPProxyFactoryMBean (src)

ProxyFactory for Clustering


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

Method Detail

getPartitionObjectName

public ObjectName (src)  getPartitionObjectName()

setPartitionObjectName

public void setPartitionObjectName(ObjectName (src)  partitionObjectName)

getLoadBalancePolicy

public java.lang.String getLoadBalancePolicy()

setLoadBalancePolicy

public void setLoadBalancePolicy(java.lang.String loadBalancePolicy)