Inheritance diagram for org.objectweb.jonas.discovery.DiscoveryServiceImpl:


Public Member Functions | |
| String | getMulticastAddress () |
| String | getMulticastPort () |
| Boolean | getIsDiscoveryMaster () |
| void | startDiscoveryMaster () throws JMException |
Protected Member Functions | |
| void | doStart () throws ServiceException |
discovery information to all the servers who joined the discovery multicast group.
The discovery service may also create a Enroller and a DiscoveryClient, and in this case the current server becomes a discovery server.
Discovery information contains information allowing to remotely manage a server in the group.
Discovery multicast group is a group of servers which can be managed remotely by a discovery server.
Discovery server is the server in the group who detains the discovery information concerning all the servers in the group.
Definition at line 61 of file DiscoveryServiceImpl.java.
|
|
Start the discovery service
Definition at line 187 of file DiscoveryServiceImpl.java. References org.objectweb.jonas.discovery.DiscoveryManager.setDomainName(), org.objectweb.jonas.discovery.DiscoveryManager.setJonasName(), org.objectweb.jonas.discovery.DiscoveryManager.setUrls(), and org.objectweb.jonas.discovery.DiscoveryManager.start(). |
Here is the call graph for this function:

|
|
Implements org.objectweb.jonas.discovery.DiscoveryServiceImplMBean. Definition at line 102 of file DiscoveryServiceImpl.java. |
|
|
Implements org.objectweb.jonas.discovery.DiscoveryServiceImplMBean. Definition at line 88 of file DiscoveryServiceImpl.java. |
|
|
Implements org.objectweb.jonas.discovery.DiscoveryServiceImplMBean. Definition at line 95 of file DiscoveryServiceImpl.java. |
|
|
Management operation allowing to make the current server become a master if its not already.
Implements org.objectweb.jonas.discovery.DiscoveryServiceImplMBean. Definition at line 110 of file DiscoveryServiceImpl.java. |
1.3.9.1