de.beamertool.admin.phonecheck
Class CheckDevice
java.lang.Object
de.beamertool.admin.phonecheck.CheckDevice
public class CheckDevice
- extends Object
- Author:
- ocm-zeeman
|
Method Summary |
void |
doIt(MobileType theType,
CommPort theDevice,
String pin)
Main worker method. |
boolean |
quit()
Check whetever the SMSlib service can be stopped. |
CheckDevice
public CheckDevice()
doIt
public void doIt(MobileType theType,
CommPort theDevice,
String pin)
throws Exception
- Main worker method.
Starts the SMSlib service and set the callback notifications
- Parameters:
theType - The type of the connected GSM devicetheDevice - The device for the connected GSM devicepin - The pin for the connected GSM device
- Throws:
Exception - Thrown if something goes terrible wrong
quit
public boolean quit()
- Check whetever the SMSlib service can be stopped.
- Returns:
- true if the service was stoped, otherwise false