DictClient Class Reference
Inherits java::io::Serializable.
List of all members.
|
Public Member Functions |
| synchronized String | checkConnection () throws IOException, DictClientException |
| synchronized void | close () |
| synchronized ArrayList | defineWord (String db, String word) throws IOException, DictClientException |
| | DictClient (String host, int port) |
| | DictClient (String host) |
| | DictClient () |
| void | finalize () |
| synchronized ArrayList | getDatabases () throws IOException, DictClientException |
| synchronized ArrayList | getStrategies () throws IOException, DictClientException |
| synchronized ArrayList | matchWord (String db, String strategy, String word) throws IOException, DictClientException |
| void | setHost (String host) |
| void | setPort (int port) |
Private Member Functions |
| synchronized void | connect () throws IOException, DictClientException |
| synchronized void | fetchDatabases () throws IOException, DictClientException |
| synchronized void | fetchStrategies () throws IOException, DictClientException |
| synchronized String | status () throws IOException, DictClientException |
Private Attributes |
| transient ArrayList< Database > | databases |
| String | host |
| transient String | ident |
| transient BufferedReader | in |
| transient PrintWriter | out |
| int | port |
| transient Socket | sock |
| transient ArrayList< Strategy > | strategies |
Static Private Attributes |
| static final boolean | debug = false |
| static String | DEFAULT_HOST = "localhost" |
| static int | DEFAULT_PORT = 2628 |
| static final long | serialVersionUID = 1 |
Constructor & Destructor Documentation
Member Function Documentation
| synchronized void close |
( |
|
) |
|
| void setPort |
( |
int |
port |
) |
|
Member Data Documentation
final boolean debug = false [static, private] |
transient BufferedReader in [private] |
transient PrintWriter out [private] |
transient Socket sock [private] |
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Examples/Ajax/AjaxExample/Sources/com/metaparadigm/dict/DictClient.java