|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The standard mbean management interface for the DetachedHANamingService
Revisions:
Field Summary |
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
String |
getAutoDiscoveryAddress()
Get the auto-discovery bootstrap multicast address. |
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 |
String |
getBindAddress()
Get the bootstrap IP address on which the HA-JNDI stub is made available |
boolean |
getDiscoveryDisabled()
prevent autodiscovery service from starting |
Map |
getMethodMap()
Expose the Naming service interface mapping as a read-only attribute |
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 |
javax.management.ObjectName |
getProxyFactoryObjectName()
Get the proxy factory service name used to create the Naming transport proxy. |
Object |
invoke(org.jboss.invocation.Invocation invocation)
Expose the Naming service via JMX for detached invokers. |
void |
setAutoDiscoveryAddress(String adAddress)
Set the auto-discovery bootstrap multicast address. |
void |
setAutoDiscoveryBindAddress(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(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(org.jboss.util.threadpool.BasicThreadPoolMBean poolMBean)
Set the thread pool used for the bootstrap and autodiscovery lookups |
void |
setPartitionName(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(javax.management.ObjectName proxyFactory)
Set the proxy factory service name used to create the Naming transport proxy. |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Method Detail |
public String getPartitionName()
public void setPartitionName(String partitionName)
public javax.management.ObjectName getProxyFactoryObjectName()
public void setProxyFactoryObjectName(javax.management.ObjectName proxyFactory)
public int getPort()
public void setPort(int p)
public String getBindAddress()
public void setBindAddress(String host) throws UnknownHostException
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 String getAutoDiscoveryAddress()
public void setAutoDiscoveryAddress(String adAddress)
public String getAutoDiscoveryBindAddress()
public void setAutoDiscoveryBindAddress(String adAddress) throws UnknownHostException
UnknownHostException
public int getAutoDiscoveryTTL()
public void setAutoDiscoveryTTL(int ttl)
public void setLookupPool(org.jboss.util.threadpool.BasicThreadPoolMBean poolMBean)
poolMBean
- public Map getMethodMap()
public Object invoke(org.jboss.invocation.Invocation invocation) throws Exception
invocation
- A pointer to the invocation object
Exception
- Failed to invoke method.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |