|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiscoveryManagerMBean
| Method Summary | |
|---|---|
int |
getGreetingAckTimeOut()
gets the time out period within which the host will listen for acknowledgement messages after sending a greeting. |
int |
getGreetingListeningPort()
gets the port on which the DiscoveryManager is listening for a discovery greeting response. |
String |
getListeningIp()
|
int |
getListeningPort()
gets the port on which the DiscoveryManager is listening for a discovery request. |
int |
getTimeToLive()
gets the time to live of the multicast socket. |
void |
setGreetingAckTimeOut(int listeningPort)
sets the time out period within which the host will listen for acknowledgement messages after sending a greeting. |
void |
setGreetingListeningPort(int listeningPort)
sets the port on which the DiscoveryManager is listening for a discovery greeting response. |
void |
setListeningIp(String listeningIp)
sets the IP address the listening manager uses. |
void |
setListeningPort(int listeningPort)
sets the port on which the DiscoveryManager is listening. |
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()
|
| Method Detail |
|---|
int getGreetingAckTimeOut()
void setGreetingAckTimeOut(int listeningPort)
int getGreetingListeningPort()
void setGreetingListeningPort(int listeningPort)
int getListeningPort()
void setListeningPort(int listeningPort)
String getListeningIp()
void setListeningIp(String listeningIp)
void setTimeToLive(int ttl)
ttl - int getTimeToLive()
void start()
void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||