|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for pluggable EnhydraDirector protocol functions.
EnhydraDirector function classes are only instantiated when their function number is requested for a particular connection. Each function is permanently hard-coded into a dispatch method in EnhydraDirectorProtocol.
Method Summary | |
void |
run(EnhydraDirectorProtocol conn)
Generic run method for an EnhydraDirector protocol function. |
Method Detail |
public void run(EnhydraDirectorProtocol conn)
getFuncionArg()
. The success/failure
status is set using conn.setFunctionStatus()
,
and the result data is returned via a call to
conn.setFunctionData()
.
conn
- Connection that received the function call.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |