|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas.discovery.DiscoveryClient
The DiscoveryClient is in charge of sending discovery messages on the LAN to discover resources. It waits during a Timeout period of time for the discovery answers (discovery messages containing a response).
| Constructor Summary | |
DiscoveryClient(int listeningPort,
java.lang.String listeningIP,
int sourcePort)
|
|
| Method Summary | |
java.lang.String |
getListeningIp()
|
int |
getListeningPort()
gets the port on which the Enroller is listening for a discovery request. |
java.lang.String |
getSourceIp()
Gets the source port |
int |
getSourcePort()
Gets the source port that the discovery response has to use. |
int |
getTimeout()
gets the duration time the DiscoveryClient has to wait for discovery answers. |
int |
getTimeToLive()
gets the time to live of the multicast socket. |
void |
postDeregister()
|
void |
postRegister(java.lang.Boolean arg0)
|
void |
preDeregister()
|
javax.management.ObjectName |
preRegister(javax.management.MBeanServer mbeanServer,
javax.management.ObjectName on)
|
void |
setListeningIp(java.lang.String ipAddress)
sets the IP address the listening manager uses. |
void |
setListeningPort(int listeningPort)
sets the port on which the Enroller is listening. |
void |
setSourceIp(java.lang.String sourceIp)
Sets the source Ip |
void |
setSourcePort(int sourcePort)
Sets the source port |
void |
setTimeout(int timeout)
Sets the timeout value the DiscoveryClient for receiving discovery answers. |
void |
setTimeToLive(int ttl)
sets the time to live value to ttl. |
void |
start()
starts the listening task on the listeningPort and listening Ip defined with the parameters. |
void |
stop()
stops the listening task |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DiscoveryClient(int listeningPort,
java.lang.String listeningIP,
int sourcePort)
| Method Detail |
public int getTimeout()
DiscoveryClientMBean
getTimeout in interface DiscoveryClientMBeanorg.objectweb.jonas.server.discovery.DiscoveryClientMBean#getTimeOut()public void setTimeout(int timeout)
DiscoveryClientMBean
setTimeout in interface DiscoveryClientMBeantimeout - org.objectweb.jonas.server.discovery.DiscoveryClientMBean#setTimeout(int)public int getListeningPort()
EnrollerMBean
getListeningPort in interface EnrollerMBeanorg.objectweb.jonas.server.discovery.EnrollerMBean#getListeningPort()public void setListeningPort(int listeningPort)
EnrollerMBean
setListeningPort in interface EnrollerMBeanlisteningPort - port on which the Enroller is listening.org.objectweb.jonas.server.discovery.EnrollerMBean#setListeningPort(int)public java.lang.String getListeningIp()
getListeningIp in interface EnrollerMBeanorg.objectweb.jonas.server.discovery.EnrollerMBean#getListeningIp()public void setListeningIp(java.lang.String ipAddress)
EnrollerMBean
setListeningIp in interface EnrollerMBeanorg.objectweb.jonas.server.discovery.EnrollerMBean#setListeningIP(java.lang.String)public int getSourcePort()
DiscoveryClientMBean
getSourcePort in interface DiscoveryClientMBeanorg.objectweb.jonas.server.discovery.DiscoveryClientMBean#getSourcePort()public void setSourcePort(int sourcePort)
DiscoveryClientMBean
setSourcePort in interface DiscoveryClientMBeansourcePort - org.objectweb.jonas.server.discovery.DiscoveryClientMBean#setSourcePort(int)public java.lang.String getSourceIp()
DiscoveryClientMBean
getSourceIp in interface DiscoveryClientMBeanorg.objectweb.jonas.server.discovery.DiscoveryClientMBean#getSourceIp()public int getTimeToLive()
EnrollerMBean
getTimeToLive in interface EnrollerMBeanorg.objectweb.jonas.server.discovery.EnrollerMBean#getTimeToLive()public void setSourceIp(java.lang.String sourceIp)
DiscoveryClientMBean
setSourceIp in interface DiscoveryClientMBeansourceIp - org.objectweb.jonas.server.discovery.DiscoveryClientMBean#setSourceIp(java.lang.String)public void setTimeToLive(int ttl)
EnrollerMBean
setTimeToLive in interface EnrollerMBeanttl - time to liveorg.objectweb.jonas.server.discovery.EnrollerMBean#setTimeToLive(int)public void start()
EnrollerMBean
start in interface EnrollerMBeanorg.objectweb.jonas.server.discovery.EnrollerMBean#start()public void stop()
EnrollerMBean
stop in interface EnrollerMBean
public javax.management.ObjectName preRegister(javax.management.MBeanServer mbeanServer,
javax.management.ObjectName on)
preRegister in interface javax.management.MBeanRegistrationMBeanRegistration.preRegister(javax.management.MBeanServer,
javax.management.ObjectName)public void postRegister(java.lang.Boolean arg0)
postRegister in interface javax.management.MBeanRegistrationMBeanRegistration.postRegister(java.lang.Boolean)
public void preDeregister()
throws java.lang.Exception
preDeregister in interface javax.management.MBeanRegistrationjava.lang.ExceptionMBeanRegistration.preDeregister()public void postDeregister()
postDeregister in interface javax.management.MBeanRegistrationMBeanRegistration.postDeregister()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||