|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The ident server listener.
| Field Summary | |
static int |
IDENT_DEFAULT
|
static int |
IDENT_ERROR
|
static int |
IDENT_NOT_FOUND
|
static int |
IDENT_OK
|
| Method Summary | |
void |
identLeaving(java.lang.String message)
The ident server is leaving. |
void |
identRequested(java.lang.String source,
java.lang.Integer result,
java.lang.String reply)
The ident server has received a request. |
void |
identRunning(java.lang.Integer port)
The ident server is running. |
| Field Detail |
public static final int IDENT_ERROR
public static final int IDENT_OK
public static final int IDENT_DEFAULT
public static final int IDENT_NOT_FOUND
| Method Detail |
public void identRequested(java.lang.String source,
java.lang.Integer result,
java.lang.String reply)
source - the request source.result - the request result.reply - the replied result.public void identRunning(java.lang.Integer port)
port - port on wich the server is running.public void identLeaving(java.lang.String message)
message - leaving message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||