public class TpltEvwSimpleProvFtry.TpltSimpleProvImp extends java.lang.Object implements SrvcProvImp
IF_VERSION| Constructor and Description |
|---|
TpltEvwSimpleProvFtry.TpltSimpleProvImp() |
| 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 void |
provideSysInfoSrvc(TvList msgRec,
TvOutput toClient,
java.lang.String[] srvrCmd)
Provide the System information service.
|
public TpltEvwSimpleProvFtry.TpltSimpleProvImp()
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 void provideSysInfoSrvc(TvList msgRec, TvOutput toClient, java.lang.String[] srvrCmd)
msgRec - The client request message.
Not needed here, included for compatibility.toClient - A tag-value writer to the clientsrvrCmd - Allows a command to be passed back to the server.
Not used here, included for compatibility.