|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The standard mbean management interface for the DetachedHANamingService * * @author Scott.Stark@jboss.org * @version $Revision: 1.2 $ * *
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. |
int |
getAutoDiscoveryGroup()
Get the Auto-discovery multicast port |
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 |
Map |
getMethodMap()
Expose the Naming service interface mapping as a read-only attribute * * @jmx:managed-attribute * * @return A Map |
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 |
setAutoDiscoveryGroup(int adGroup)
Set the Auto-discovery multicast port. |
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 |
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 int getAutoDiscoveryGroup()
public void setAutoDiscoveryGroup(int adGroup)
public String getAutoDiscoveryAddress()
public void setAutoDiscoveryAddress(String adAddress)
public Map getMethodMap()
public Object invoke(org.jboss.invocation.Invocation invocation) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |