|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.net.rmiHOFriendly.HoClientImp
public class HoClientImp
DOCUMENT ME!
Field Summary | |
---|---|
protected boolean |
m_bWriting
TODO Missing Parameter Documentation |
protected MatchScreen |
m_clClient
TODO Missing Parameter Documentation |
protected java.io.DataOutputStream |
m_clOutput
TODO Missing Parameter Documentation |
protected java.net.Socket |
m_clSocket
TODO Missing Parameter Documentation |
protected Spielbericht |
m_clSpielbericht
TODO Missing Parameter Documentation |
protected HOClientWorker |
m_clWorker
TODO Missing Parameter Documentation |
Fields inherited from interface de.hattrickorganizer.net.rmiHOFriendly.Chat |
---|
NET_ABBRUCH_MSG, NET_AUSWECHSLUNG_MSG, NET_BEREIT_MSG, NET_CHAT_MSG, NET_CREATEFRIENDLY_MSG, NET_FANGESANG_MSG, NET_INFO_MSG, NET_KARTE_MSG, NET_PAUSE_MSG, NET_SPIELBEGINN_MSG, NET_SPIELENDE_MSG, NET_SPIELMINUTE_MSG, NET_TORCHANCE_MSG, NET_VERLETZUNG_MSG |
Constructor Summary | |
---|---|
HoClientImp(MatchScreen client)
Creates a new instance of HoClientImp |
Method Summary | |
---|---|
boolean |
connect2Server(java.lang.String ip,
int port)
TODO Missing Method Documentation |
protected void |
finalize()
TODO Missing Method Documentation |
MatchScreen |
getClient()
Getter for property m_clClient. |
java.io.DataOutputStream |
getOutput()
Getter for property m_clOutput. |
Spielbericht |
getSpielbericht()
TODO Missing Method Documentation |
boolean |
isAbbruch()
TODO Missing Method Documentation |
boolean |
isPause()
TODO Missing Method Documentation |
boolean |
isScreenBereit()
gibt an ob der Screen bereit zum zeichnen ist |
void |
recieveMsg(java.lang.String trainer,
java.lang.String msg,
boolean heim)
TODO Missing Method Documentation |
protected void |
releaseWriteAccess()
gibt die Schreibrechte wieder frei |
protected void |
requestWriteAccess()
fordert Schreibrechte für den Output! |
void |
sendAbbruch(boolean bool)
TODO Missing Method Documentation |
void |
sendBereit(boolean bool)
TODO Missing Method Documentation |
void |
sendChatMsg(java.lang.String trainer,
java.lang.String msg,
boolean heim)
TODO Missing Method Documentation |
void |
sendPause(boolean bool)
TODO Missing Method Documentation |
void |
sendStarteFriendly(ServerTeam clientTeam)
TODO Missing Method Documentation |
void |
setClient(MatchScreen m_clClient)
Setter for property m_clClient. |
void |
setOutput(java.io.DataOutputStream m_clOutput)
Setter for property m_clOutput. |
void |
setPause(boolean pause)
TODO Missing Method Documentation |
void |
setSpielbericht(Spielbericht bericht)
TODO Missing Method Documentation |
void |
shutdown()
TODO Missing Method Documentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.DataOutputStream m_clOutput
protected HOClientWorker m_clWorker
protected MatchScreen m_clClient
protected java.net.Socket m_clSocket
protected Spielbericht m_clSpielbericht
protected boolean m_bWriting
Constructor Detail |
---|
public HoClientImp(MatchScreen client)
client
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final boolean isAbbruch()
public final void setClient(MatchScreen m_clClient)
m_clClient
- New value of property m_clClient.public final MatchScreen getClient()
public final void setOutput(java.io.DataOutputStream m_clOutput)
m_clOutput
- New value of property m_clOutput.public final java.io.DataOutputStream getOutput()
public final void setPause(boolean pause)
pause
- TODO Missing Method Parameter Documentationpublic final boolean isPause()
public final boolean isScreenBereit()
public final void setSpielbericht(Spielbericht bericht)
bericht
- TODO Missing Method Parameter Documentationpublic final Spielbericht getSpielbericht()
public final boolean connect2Server(java.lang.String ip, int port)
ip
- TODO Missing Method Parameter Documentationport
- TODO Missing Method Parameter Documentation
public final void recieveMsg(java.lang.String trainer, java.lang.String msg, boolean heim)
recieveMsg
in interface Chat
trainer
- TODO Missing Method Parameter Documentationmsg
- TODO Missing Method Parameter Documentationheim
- TODO Missing Method Parameter Documentationpublic final void sendAbbruch(boolean bool)
sendAbbruch
in interface Chat
bool
- TODO Missing Method Parameter Documentationpublic final void sendBereit(boolean bool)
sendBereit
in interface Chat
bool
- TODO Missing Method Parameter Documentationpublic final void sendChatMsg(java.lang.String trainer, java.lang.String msg, boolean heim)
sendChatMsg
in interface Chat
trainer
- TODO Missing Method Parameter Documentationmsg
- TODO Missing Method Parameter Documentationheim
- TODO Missing Method Parameter Documentationpublic final void sendPause(boolean bool)
sendPause
in interface Chat
bool
- TODO Missing Method Parameter Documentationpublic final void sendStarteFriendly(ServerTeam clientTeam)
clientTeam
- TODO Missing Method Parameter Documentationpublic final void shutdown()
shutdown
in interface Chat
protected final void finalize()
finalize
in class java.lang.Object
protected final void releaseWriteAccess()
protected final void requestWriteAccess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |