|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.net.rmiHOFriendly.MatchFinder
public class MatchFinder
DOCUMENT ME!
Field Summary | |
---|---|
protected boolean |
m_bRunning
TODO Missing Parameter Documentation |
protected int |
m_iMatchId
TODO Missing Parameter Documentation |
protected int |
m_iPort
TODO Missing Parameter Documentation |
protected java.lang.String |
m_sInfo
TODO Missing Parameter Documentation |
protected java.lang.String |
m_sIp
TODO Missing Parameter Documentation |
Constructor Summary | |
---|---|
MatchFinder(java.lang.String ip,
int port,
java.lang.String info)
Creates a new instance of MatchFinder |
Method Summary | |
---|---|
protected void |
doMsg(java.lang.String msg)
TODO Missing Method Documentation |
int |
getMatchId()
Getter for property m_iMatchId. |
boolean |
isRunning()
Getter for property m_bRunning. |
void |
run()
TODO Missing Method Documentation |
void |
setMatchId(int m_iMatchId)
Setter for property m_iMatchId. |
void |
setRunning(boolean m_bRunning)
Setter for property m_bRunning. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String m_sInfo
protected java.lang.String m_sIp
protected boolean m_bRunning
protected int m_iMatchId
protected int m_iPort
Constructor Detail |
---|
public MatchFinder(java.lang.String ip, int port, java.lang.String info)
ip
- TODO Missing Constructuor Parameter Documentationport
- TODO Missing Constructuor Parameter Documentationinfo
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final void setMatchId(int m_iMatchId)
m_iMatchId
- New value of property m_iMatchId.public final int getMatchId()
public final void setRunning(boolean m_bRunning)
m_bRunning
- New value of property m_bRunning.public final boolean isRunning()
public final void run()
run
in interface java.lang.Runnable
protected final void doMsg(java.lang.String msg)
msg
- TODO Missing Method Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |