|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.objectweb.jonas.server.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.
Constructor Summary | |
DiscoveryClient()
|
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. |
Methods inherited from class javax.management.NotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DiscoveryClient()
Method Detail |
public int getTimeout()
DiscoveryClientMBean
getTimeout
in interface DiscoveryClientMBean
org.objectweb.jonas.server.discovery.DiscoveryClientMBean#getTimeOut()
public void setTimeout(int timeout)
DiscoveryClientMBean
setTimeout
in interface DiscoveryClientMBean
timeout
- DiscoveryClientMBean.setTimeout(int)
public int getListeningPort()
EnrollerMBean
getListeningPort
in interface EnrollerMBean
EnrollerMBean.getListeningPort()
public void setListeningPort(int listeningPort)
EnrollerMBean
setListeningPort
in interface EnrollerMBean
EnrollerMBean.setListeningPort(int)
public java.lang.String getListeningIp()
getListeningIp
in interface EnrollerMBean
EnrollerMBean.getListeningIp()
public void setListeningIP(java.lang.String IpAddress)
EnrollerMBean
setListeningIP
in interface EnrollerMBean
EnrollerMBean.setListeningIP(java.lang.String)
public int getSourcePort()
DiscoveryClientMBean
getSourcePort
in interface DiscoveryClientMBean
DiscoveryClientMBean.getSourcePort()
public void setSourcePort(int sourcePort)
DiscoveryClientMBean
setSourcePort
in interface DiscoveryClientMBean
sourcePort
- DiscoveryClientMBean.setSourcePort(int)
public java.lang.String getSourceIp()
DiscoveryClientMBean
getSourceIp
in interface DiscoveryClientMBean
DiscoveryClientMBean.getSourceIp()
public int getTimeToLive()
EnrollerMBean
getTimeToLive
in interface EnrollerMBean
EnrollerMBean.getTimeToLive()
public void setSourceIp(java.lang.String sourceIp)
DiscoveryClientMBean
setSourceIp
in interface DiscoveryClientMBean
sourceIp
- DiscoveryClientMBean.setSourceIp(java.lang.String)
public void setTimeToLive(int ttl)
EnrollerMBean
setTimeToLive
in interface EnrollerMBean
ttl
- EnrollerMBean.setTimeToLive(int)
public void start()
EnrollerMBean
start
in interface EnrollerMBean
EnrollerMBean.start()
public javax.management.ObjectName preRegister(javax.management.MBeanServer mbeanServer, javax.management.ObjectName on)
preRegister
in interface javax.management.MBeanRegistration
MBeanRegistration.preRegister(javax.management.MBeanServer,
javax.management.ObjectName)
public void postRegister(java.lang.Boolean arg0)
postRegister
in interface javax.management.MBeanRegistration
MBeanRegistration.postRegister(java.lang.Boolean)
public void preDeregister() throws java.lang.Exception
preDeregister
in interface javax.management.MBeanRegistration
java.lang.Exception
MBeanRegistration.preDeregister()
public void postDeregister()
postDeregister
in interface javax.management.MBeanRegistration
MBeanRegistration.postDeregister()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |