|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DetachedHANamingServiceMBean
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 |
ClusterPartitionMBean |
getClusterPartition()
Get the underlying partition used by this service. |
boolean |
getDiscoveryDisabled()
prevent autodiscovery service from starting |
Map |
getMethodMap()
Expose the Naming service interface mapping as a read-only attribute |
String |
getPartitionName()
Gets the name of the HAPartition used by this service. |
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 |
setClusterPartition(ClusterPartitionMBean clusterPartition)
Sets the underlying partition used by this service. |
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 name)
Sets the name of the HAPartition used by this service. |
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 |
---|
String getPartitionName()
void setPartitionName(String name)
name
- the name of the partitionClusterPartitionMBean getClusterPartition()
void setClusterPartition(ClusterPartitionMBean clusterPartition)
clusterPartition
- the partitionjavax.management.ObjectName getProxyFactoryObjectName()
void setProxyFactoryObjectName(javax.management.ObjectName proxyFactory)
int getPort()
void setPort(int p)
String getBindAddress()
void setBindAddress(String host) throws UnknownHostException
UnknownHostException
int getBacklog()
void setBacklog(int backlog)
void setDiscoveryDisabled(boolean disabled)
boolean getDiscoveryDisabled()
int getAutoDiscoveryGroup()
void setAutoDiscoveryGroup(int adGroup)
String getAutoDiscoveryAddress()
void setAutoDiscoveryAddress(String adAddress)
String getAutoDiscoveryBindAddress()
void setAutoDiscoveryBindAddress(String adAddress) throws UnknownHostException
UnknownHostException
int getAutoDiscoveryTTL()
void setAutoDiscoveryTTL(int ttl)
void setLookupPool(org.jboss.util.threadpool.BasicThreadPoolMBean poolMBean)
poolMBean
- Map getMethodMap()
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 |