|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The standard mbean management interface for the DetachedHANamingService
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 |
getAutoDiscoveryAddress()
Get the auto-discovery bootstrap multicast address. |
java.lang.String |
getAutoDiscoveryBindAddress()
Get the auto-discovery bootstrap multicast bind address. |
int |
getAutoDiscoveryGroup()
Get the Auto-discovery multicast port |
int |
getAutoDiscoveryTTL()
Get the TTL (time-to-live) for autodiscovery IP multicast packets |
int |
getBacklog()
Get the accept backlog for the bootstrap server socket |
java.lang.String |
getBindAddress()
Get the bootstrap IP address on which the HA-JNDI stub is made available |
boolean |
getDiscoveryDisabled()
prevent autodiscovery service from starting |
java.util.Map |
getMethodMap()
Expose the Naming service interface mapping as a read-only attribute |
java.lang.String |
getPartitionName()
Get the name of the underlying partition for the cluster to use. |
int |
getPort()
Get the bootstrap port on which the HA-JNDI stub is made available |
ObjectName (src) |
getProxyFactoryObjectName()
Get the proxy factory service name used to create the Naming transport proxy. |
java.lang.Object |
invoke(Invocation (src) invocation)
Expose the Naming service via JMX for detached invokers. |
void |
setAutoDiscoveryAddress(java.lang.String adAddress)
Set the auto-discovery bootstrap multicast address. |
void |
setAutoDiscoveryBindAddress(java.lang.String adAddress)
Set the auto-discovery bootstrap multicast bind address. |
void |
setAutoDiscoveryGroup(int adGroup)
Set the Auto-discovery multicast port. |
void |
setAutoDiscoveryTTL(int ttl)
Set the TTL (time-to-live) for autodiscovery IP multicast packets |
void |
setBacklog(int backlog)
Set the accept backlog for the bootstrap server socket |
void |
setBindAddress(java.lang.String host)
Set the bootstrap IP address on which the HA-JNDI stub is made available |
void |
setDiscoveryDisabled(boolean disabled)
prevent autodiscovery service from starting |
void |
setLookupPool(BasicThreadPoolMBean (src) poolMBean)
Set the thread pool used for the bootstrap and autodiscovery lookups |
void |
setPartitionName(java.lang.String partitionName)
Set the name of the underlying partition for the cluster to use. |
void |
setPort(int p)
Set the bootstrap port on which the HA-JNDI stub is made available |
void |
setProxyFactoryObjectName(ObjectName (src) proxyFactory)
Set the proxy factory service name used to create the Naming transport proxy. |
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 |
public java.lang.String getPartitionName()
public void setPartitionName(java.lang.String partitionName)
public ObjectName (src) getProxyFactoryObjectName()
public void setProxyFactoryObjectName(ObjectName (src) proxyFactory)
public int getPort()
public void setPort(int p)
public java.lang.String getBindAddress()
public void setBindAddress(java.lang.String host) throws java.net.UnknownHostException
java.net.UnknownHostException
public int getBacklog()
public void setBacklog(int backlog)
public void setDiscoveryDisabled(boolean disabled)
public boolean getDiscoveryDisabled()
public int getAutoDiscoveryGroup()
public void setAutoDiscoveryGroup(int adGroup)
public java.lang.String getAutoDiscoveryAddress()
public void setAutoDiscoveryAddress(java.lang.String adAddress)
public java.lang.String getAutoDiscoveryBindAddress()
public void setAutoDiscoveryBindAddress(java.lang.String adAddress) throws java.net.UnknownHostException
java.net.UnknownHostException
public int getAutoDiscoveryTTL()
public void setAutoDiscoveryTTL(int ttl)
public void setLookupPool(BasicThreadPoolMBean (src) poolMBean)
poolMBean
- public java.util.Map getMethodMap()
public java.lang.Object invoke(Invocation (src) invocation) throws java.lang.Exception
invocation
- A pointer to the invocation object
java.lang.Exception
- Failed to invoke method.
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |