| org.objectweb.jonas.discovery.DiscoveryServiceImplMBean
All known Subclasses: org.objectweb.jonas.discovery.DiscoveryServiceImpl,
DiscoveryServiceImplMBean | public interface DiscoveryServiceImplMBean (Code) | | Management interface for the discovery service
author: Adriana Danes |
getDiscoveryProtocolVersion | String getDiscoveryProtocolVersion()(Code) | | the discovery protocol version number |
getDiscoveryTtl | String getDiscoveryTtl()(Code) | | the time-to-live of the discovery multicast |
getIsDiscoveryMaster | Boolean getIsDiscoveryMaster()(Code) | | true if the current server is a discovery master |
getMulticastAddress | String getMulticastAddress()(Code) | | the multicast group IP address used by the discovery service |
getMulticastPort | String getMulticastPort()(Code) | | the multicast group port number used by the discovery service |
startDiscoveryMaster | void startDiscoveryMaster() throws JMException(Code) | | Make this server a discovery master
throws: JMException - a JMX exception occured when trying to make current server a discovery master |
|
|