| org.jboss.ha.jndi.HANamingServiceMBean
All known Subclasses: org.jboss.ha.jndi.HANamingService,
HANamingServiceMBean | public interface HANamingServiceMBean extends DetachedHANamingServiceMBean(Code) | | HA-JNDI service that provides JNDI services in a clustered way.
Bindings are replicated cluster-wide.
Lookups are:
- first resolved locally in the cluster-wide tree
- if not available, resolved in the local underlying JNDI tree
- if not available, the query is broadcast on the cluster and each node determines
if it has one in its local JNDI tree
The HA-JNDI service also provides an automatic-discovery feature that allow clients
to resolve the service through multicast.
author: Bill Burke author: Sacha Labourey version: $Revision: 57188 $ version: Revisions:
|
getClientSocketFactory | String getClientSocketFactory()(Code) | | Client socket factory to be used for client-server RMI invocations during JNDI queries
|
getRmiPort | int getRmiPort()(Code) | | |
getServerSocketFactory | String getServerSocketFactory()(Code) | | Server socket factory to be used for client-server RMI invocations during JNDI queries
|
setLoadBalancePolicy | void setLoadBalancePolicy(String policyName)(Code) | | LoadBalancePolicy to be used by the HA-JNDI service.
|
setRmiPort | void setRmiPort(int p)(Code) | | RmiPort to be used by the HA-JNDI service once bound. 0 => auto.
|
|
|