public class TpltEvwProvFtry.TpltProvImp extends java.lang.Object implements SrvcProvImp
IF_VERSION| Constructor and Description |
|---|
TpltEvwProvFtry.TpltProvImp()
Create a new TpltProvImp instance.
|
| 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.
|
public TpltEvwProvFtry.TpltProvImp()
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)
handleDisconnect in interface SrvcProvImpclient - The channel to the client that has disconnected