org.objectweb.jonas.discovery.internal
Interface DiscoveryServiceImplMBean
- All Known Implementing Classes:
- DiscoveryServiceImpl
public interface DiscoveryServiceImplMBean
Management interface for the discovery service
- Author:
- Adriana Danes
getMulticastAddress
String getMulticastAddress()
- Returns:
- the multicast group IP address used by the discovery service
getMulticastPort
String getMulticastPort()
- Returns:
- the multicast group port number used by the discovery service
getIsDiscoveryMaster
Boolean getIsDiscoveryMaster()
- Returns:
- true if the current server is a discovery master
getDiscoveryProtocolVersion
String getDiscoveryProtocolVersion()
- Returns:
- the discovery protocol version number
getDiscoveryTtl
String getDiscoveryTtl()
- Returns:
- the time-to-live of the discovery multicast
startDiscoveryMaster
void startDiscoveryMaster()
throws JMException
- Make this server a discovery master.
- Throws:
JMException
- a JMX exception occured when trying to make current server a discovery master
Copyright © 2007 OW2 Consortium. All Rights Reserved.