|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.hebe.mps.Thunk
This class is used to glue together interface implementation-methods and the Server dispatch code.
Server.dispatch(int, org.hebe.mps.InputStream, org.hebe.mps.OutputStream)
,
org.hebe.mps.naming.NamingServiceServer#setup
Constructor Summary | |
Thunk()
|
Method Summary | |
abstract void |
action(InputStream __input,
OutputStream __output)
Invokes the implementation-method. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Thunk()
Method Detail |
public abstract void action(InputStream __input, OutputStream __output) throws MPSException
Server.dispatch(int, org.hebe.mps.InputStream, org.hebe.mps.OutputStream)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |