|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: LoggerInterface This is an interface used by the Logger to request for data about the MDS/proxy node. The data is used for statistics that will be put into a LogMessage and sent back to the GUI. Copyright: Copyright (c) 2002 Company NETCOM
Method Summary | |
java.util.Collection |
getFriends()
gets collection of friends mds node has |
java.lang.String |
getIP()
gets what the IP of the proxy/mds node is |
java.lang.String |
getNodeName()
gets what the name of the proxy/mds node is |
int |
getNodeType()
gets whether the node is a mds or proxy node |
int |
getNumConnections()
gets what the number of connections the mds or proxy node has. |
int |
getThePort()
gets what the port of the mds or proxy node is. |
Method Detail |
public int getNodeType()
public java.lang.String getNodeName()
public java.lang.String getIP()
public int getThePort()
public java.util.Collection getFriends()
public int getNumConnections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |