Methods Summary |
---|
public java.lang.String | getAutoDiscoveryAddress()Get the auto-discovery bootstrap multicast address.
|
public java.lang.String | getAutoDiscoveryBindAddress()Get the auto-discovery bootstrap multicast bind address.
|
public int | getAutoDiscoveryGroup()Get the Auto-discovery multicast port
|
public int | getAutoDiscoveryTTL()Get the TTL (time-to-live) for autodiscovery IP multicast packets
|
public int | getBacklog()Get the accept backlog for the bootstrap server socket
|
public java.lang.String | getBindAddress()Get the bootstrap IP address on which the HA-JNDI stub is made available
|
public org.jboss.ha.framework.server.ClusterPartitionMBean | getClusterPartition()Get the underlying partition used by this service.
|
public boolean | getDiscoveryDisabled()prevent autodiscovery service from starting
|
public java.util.Map | getMethodMap()Expose the Naming service interface mapping as a read-only attribute
|
public java.lang.String | getPartitionName()Gets the name of the HAPartition used by this service.
|
public int | getPort()Get the bootstrap port on which the HA-JNDI stub is made available
|
public javax.management.ObjectName | getProxyFactoryObjectName()Get the proxy factory service name used to create the Naming transport
proxy.
|
public java.lang.Object | invoke(org.jboss.invocation.Invocation invocation)Expose the Naming service via JMX for detached invokers.
|
public void | setAutoDiscoveryAddress(java.lang.String adAddress)Set the auto-discovery bootstrap multicast address. If null or empty, no
auto-discovery bootstrap socket will be created.
|
public void | setAutoDiscoveryBindAddress(java.lang.String adAddress)Set the auto-discovery bootstrap multicast bind address. If not specified
and a BindAddress is specified, the BindAddress will be used.
|
public void | setAutoDiscoveryGroup(int adGroup)Set the Auto-discovery multicast port.
|
public void | setAutoDiscoveryTTL(int ttl)Set the TTL (time-to-live) for autodiscovery IP multicast packets
|
public void | setBacklog(int backlog)Set the accept backlog for the bootstrap server socket
|
public void | setBindAddress(java.lang.String host)Set the bootstrap IP address on which the HA-JNDI stub is made available
|
public void | setClusterPartition(org.jboss.ha.framework.server.ClusterPartitionMBean clusterPartition)Sets the underlying partition used by this service.
|
public void | setDiscoveryDisabled(boolean disabled)prevent autodiscovery service from starting
|
public void | setLookupPool(org.jboss.util.threadpool.BasicThreadPoolMBean poolMBean)Set the thread pool used for the bootstrap and autodiscovery lookups
|
public void | setPartitionName(java.lang.String name)Sets the name of the HAPartition used by this service.
|
public void | setPort(int p)Set the bootstrap port on which the HA-JNDI stub is made available
|
public void | setProxyFactoryObjectName(javax.management.ObjectName proxyFactory)Set the proxy factory service name used to create the Naming transport
proxy.
|