|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.dgac.ivy.IvyClient
Method Summary | |
void |
delRegexp(int id)
|
java.lang.String |
getApplicationName()
returns the name of the remote agent. |
void |
run()
the code of the thread handling the incoming messages. |
void |
sendDie()
|
void |
sendDie(java.lang.String message)
|
void |
sendDirectMsg(int id,
java.lang.String message)
sends a direct message to the peer |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getApplicationName()
public void delRegexp(int id)
public void sendDirectMsg(int id, java.lang.String message)
id
- the numeric value provided to the remote clientmessage
- the string that will be match-testedpublic void run()
run
in interface java.lang.Runnable
public void sendDie()
public void sendDie(java.lang.String message)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |