org.objectweb.jonas.discovery.EnrollerMBean Interface Reference

Inherited by org.objectweb.jonas.discovery.DiscoveryClientMBean, and org.objectweb.jonas.discovery.Enroller.

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

Inheritance graph
[legend]
List of all members.

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 ()

Detailed Description

Author:
Takoua Abdellatif
Version:
1.0

Definition at line 28 of file EnrollerMBean.java.


Member Function Documentation

String org.objectweb.jonas.discovery.EnrollerMBean.getListeningIp  )  [package]
 

Returns:
IP address the Enroller uses.

Implemented in org.objectweb.jonas.discovery.DiscoveryClient, and org.objectweb.jonas.discovery.Enroller.

int org.objectweb.jonas.discovery.EnrollerMBean.getListeningPort  ) 
 

gets the port on which the Enroller is listening for a discovery request.

Returns:
notification port.

Implemented in org.objectweb.jonas.discovery.DiscoveryClient, and org.objectweb.jonas.discovery.Enroller.

int org.objectweb.jonas.discovery.EnrollerMBean.getTimeToLive  )  [package]
 

gets the time to live of the multicast socket.

Returns:
ttl value.

Implemented in org.objectweb.jonas.discovery.DiscoveryClient, and org.objectweb.jonas.discovery.Enroller.

void org.objectweb.jonas.discovery.EnrollerMBean.setListeningIp String  listeningIp  )  [package]
 

sets the IP address the listening manager uses.

Parameters:
listeningIP address on which the Enroller is listening.

Implemented in org.objectweb.jonas.discovery.DiscoveryClient, and org.objectweb.jonas.discovery.Enroller.

void org.objectweb.jonas.discovery.EnrollerMBean.setListeningPort int  listeningPort  )  [package]
 

sets the port on which the Enroller is listening.

Parameters:
listeningPort port on which the Enroller is listening.

Implemented in org.objectweb.jonas.discovery.DiscoveryClient, and org.objectweb.jonas.discovery.Enroller.

void org.objectweb.jonas.discovery.EnrollerMBean.setTimeToLive int  ttl  )  [package]
 

sets the time to live value to ttl. Defines the number of hops the multicast socket does.

Parameters:
ttl time to live

Implemented in org.objectweb.jonas.discovery.DiscoveryClient, and org.objectweb.jonas.discovery.Enroller.

void org.objectweb.jonas.discovery.EnrollerMBean.start  )  [package]
 

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.

void org.objectweb.jonas.discovery.EnrollerMBean.stop  )  [package]
 

stops the listening task

Implemented in org.objectweb.jonas.discovery.DiscoveryClient, and org.objectweb.jonas.discovery.Enroller.


The documentation for this interface was generated from the following file:
Generated on Tue Feb 15 15:06:51 2005 for JOnAS by  doxygen 1.3.9.1