org.opengts.war.track.page
Interface DeviceCmdHandler
- All Known Implementing Classes:
- DeviceCmd_antares, DeviceCmd_atrack, DeviceCmd_calamp, DeviceCmd_citgt06, DeviceCmd_eloc, DeviceCmd_enfora, DeviceCmd_General, DeviceCmd_gos777, DeviceCmd_gos9600, DeviceCmd_gos9800, DeviceCmd_gosafe, DeviceCmd_gtsdmtp, DeviceCmd_intellitrac, DeviceCmd_meitrack2, DeviceCmd_nt1000, DeviceCmd_ntslim, DeviceCmd_pgt3000, DeviceCmd_qgl200, DeviceCmd_qgt300, DeviceCmd_qgt500, DeviceCmd_qgv100, DeviceCmd_qgv200, DeviceCmd_qgv300, DeviceCmd_rvct03, DeviceCmd_rvct04, DeviceCmd_scatlite, DeviceCmd_scvl2000, DeviceCmd_SMS, DeviceCmd_telgh3000, DeviceCmd_teltonika, DeviceCmd_template, DeviceCmd_ulbotech, DeviceCmd_xirgo
public interface DeviceCmdHandler
setServerIDArg
void setServerIDArg(java.lang.String arg)
getServerID
java.lang.String getServerID()
getServerDescription
java.lang.String getServerDescription()
deviceSupportsCommands
boolean deviceSupportsCommands(Device dev)
writeCommandForm
boolean writeCommandForm(java.io.PrintWriter out,
RequestProperties reqState,
Device selDev,
java.lang.String actionURL,
boolean editProps)
throws java.io.IOException
- Throws:
java.io.IOException
handleDeviceCommands
java.lang.String handleDeviceCommands(RequestProperties reqState,
Device selDev)