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

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