| |
|
| org.jboss.ha.jndi.DetachedHANamingService org.jboss.ha.jndi.HANamingService
HANamingService | public class HANamingService extends DetachedHANamingService implements HANamingServiceMBean(Code) | | Management Bean for HA-JNDI service for the legacy version that is coupled
to the RMI/JRMP protocol. The DetachedHANamingService should be used with
the approriate detached invoker service.
author: Bill Burke author: Sacha Labourey author: Scott.Stark@jboss.org version: $Revision: 57188 $ |
clientSocketFactoryName | protected String clientSocketFactoryName(Code) | | The class name of the optional custom client socket factory
|
loadBalancePolicy | protected String loadBalancePolicy(Code) | | The class name of the load balancing policy
|
rmiPort | protected int rmiPort(Code) | | The RMI port on which the Naming implementation will be exported. The
default is 0 which means use any available port.
|
serverSocketFactoryName | protected String serverSocketFactoryName(Code) | | The class name of the optional custom server socket factory
|
HANamingService | public HANamingService()(Code) | | |
getClientSocketFactory | public String getClientSocketFactory()(Code) | | |
getLoadBalancePolicy | public String getLoadBalancePolicy()(Code) | | |
getRmiPort | public int getRmiPort()(Code) | | |
getServerSocketFactory | public String getServerSocketFactory()(Code) | | |
setLoadBalancePolicy | public void setLoadBalancePolicy(String policyClassName)(Code) | | |
setRmiPort | public void setRmiPort(int p)(Code) | | |
|
|
|