public class QothProvFtry.QothProvImp extends java.lang.Object implements SrvcProvImp
IF_VERSION| Constructor and Description |
|---|
QothProvFtry.QothProvImp() |
| Modifier and Type | Method and Description |
|---|---|
int |
dispatchRqst(TvList msgRec,
TvOutput chnl,
java.lang.String[] srvrCmd)
Dispatch channel request.
|
void |
handleDisconnect(TvOutput client)
Clean up after the client disconnects.
|
protected boolean |
provideQothService(java.lang.String rsrc,
TvOutput toClient)
Provide quote of the hour service.
|
public int dispatchRqst(TvList msgRec, TvOutput chnl, java.lang.String[] srvrCmd)
dispatchRqst in interface SrvcProvImpmsgRec - The client request messagechnl - Connection back to the clientsrvrCmd - Allows a command to be passed back to the server.public void handleDisconnect(TvOutput client)
SrvcProvImphandleDisconnect in interface SrvcProvImpclient - The channel to the client that has disconnectedprotected boolean provideQothService(java.lang.String rsrc,
TvOutput toClient)