|
|||||||||
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 | |
boolean |
CheckRegexp(java.lang.String exp)
checks the "validity" of a regular expression. |
protected void |
close(boolean notify)
|
protected int |
compareTo(fr.dgac.ivy.IvyClient clnt)
|
protected void |
delRegexp(int id)
|
protected boolean |
equals(fr.dgac.ivy.IvyClient clnt)
|
java.lang.String |
getApplicationName()
returns the name of the remote agent. |
java.util.Enumeration |
getRegexps()
allow an Ivy package class to access the list of regexps at a given time. |
java.lang.String[] |
getRegexpsArray()
allow an Ivy package class to access the list of regexps at a given time. |
void |
run()
|
void |
sendDie(java.lang.String message)
asks the remote client to leave the bus. |
void |
sendDirectMsg(int id,
java.lang.String message)
sends a direct message to the peer |
protected int |
sendMsg(java.lang.String message)
|
protected void |
sendRegexp(int id,
java.lang.String regexp)
|
java.lang.String |
toString()
|
java.lang.String |
toStringExt()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringExt()
public java.lang.String getApplicationName()
public java.util.Enumeration getRegexps()
getRegexpsArray to get a String[] result
public java.lang.String[] getRegexpsArray()
public void sendDirectMsg(int id, java.lang.String message) throws IvyException
id
- the numeric value provided to the remote clientmessage
- the string that will be match-tested
IvyException
protected void close(boolean notify) throws java.io.IOException
java.io.IOException
public void sendDie(java.lang.String message)
message
- the message that will be carriedpublic boolean CheckRegexp(java.lang.String exp)
exp
- the string being a regular expression
protected void sendRegexp(int id, java.lang.String regexp)
protected void delRegexp(int id)
protected int sendMsg(java.lang.String message)
protected int compareTo(fr.dgac.ivy.IvyClient clnt)
protected boolean equals(fr.dgac.ivy.IvyClient clnt)
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |