org.objectweb.jonas.discovery
Interface DiscoveryServiceImplMBean
- All Known Implementing Classes:
- DiscoveryServiceImpl
- public interface DiscoveryServiceImplMBean
Management interface for the discovery service
- Author:
- Adriana Danes
getMulticastAddress
public java.lang.String getMulticastAddress()
- Returns:
- the multicast group IP address used by the discovery service
getMulticastPort
public java.lang.Integer getMulticastPort()
- Returns:
- the multicast group port number used by the discovery service
isDiscoveryMaster
public java.lang.Boolean isDiscoveryMaster()
- Returns:
- true if the current server is a discovery master
startDiscoveryMaster
public void startDiscoveryMaster()
throws javax.management.JMException
- Make this server a discovery master
- Throws:
javax.management.JMException
- a JMX exception occured when trying to make current server a discovery master