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

Public Member Functions | |
| int | getListeningPort () |
| void | setListeningPort (int listeningPort) |
| String | getListeningIp () |
| void | setListeningIp (String listeningIp) |
| void | setTimeToLive (int ttl) |
| int | getTimeToLive () |
Package Functions | |
| void | start () |
Definition at line 28 of file DiscoveryManagerMBean.java.
|
|
Implemented in org.objectweb.jonas.discovery.DiscoveryManager. |
|
|
gets the port on which the DiscoveryManager is listening for a discovery request.
Implemented in org.objectweb.jonas.discovery.DiscoveryManager. |
|
|
gets the time to live of the multicast socket.
Implemented in org.objectweb.jonas.discovery.DiscoveryManager. |
|
|
sets the IP address the listening manager uses. Implemented in org.objectweb.jonas.discovery.DiscoveryManager. |
|
|
sets the port on which the DiscoveryManager is listening. Implemented in org.objectweb.jonas.discovery.DiscoveryManager. |
|
|
sets the time to live value to ttl. Defines the number of hops the multicast socket does.
Implemented in org.objectweb.jonas.discovery.DiscoveryManager. |
|
|
starts the listening task on the listeningPort and listening Ip defined with the parameters. Implemented in org.objectweb.jonas.discovery.DiscoveryManager. |
1.3.9.1