Method Summary | |
public boolean | CheckRegexp(String exp) |
checks the "validity" of a regular expression. | |
protected void | close(boolean notify) |
protected int | compareTo(IvyClient clnt) |
protected void | delRegexp(int id) |
protected boolean | equals(IvyClient clnt) |
public String | getApplicationName() |
returns the name of the remote agent. | |
public String | getHostName() |
returns the host name of the remote agent. | |
public String | getRegexpsArray() |
allow an Ivy package class to access the list of regexps at a given time. | |
public Enumeration | getRegexps() |
allow an Ivy package class to access the list of regexps at a given time. | |
public void | run() |
public void | sendDie(String message) |
asks the remote client to leave the bus. | |
public void | sendDirectMsg(int id, String message) |
sends a direct message to the peer | |
protected int | sendMsg(String message) |
protected void | sendRegexp(int id, String regexp) |
public String | toStringExt() |
public String | toString() |
public boolean CheckRegexp(String exp)
protected void close(boolean notify)
protected void delRegexp(int id)
public String getApplicationName()
public String getHostName()
public String getRegexpsArray()
public Enumeration getRegexps()
public void run()
public void sendDie(String message)
public void sendDirectMsg(int id, String message)
protected int sendMsg(String message)
protected void sendRegexp(int id, String regexp)
public String toStringExt()
public String toString()