org.mmbase.sms.cmtelecom
Class SenderJob
java.lang.Object
org.mmbase.sms.cmtelecom.SenderJob
- All Implemented Interfaces:
- Runnable
public class SenderJob
- extends Object
- implements Runnable
If using cmtelecom for notification, then this class must be scheduled as an mmbase cronjob. It
queues to be-send SMS-messages and then communicates with ClubMessage when this Job is
scheduled. It should run regularly, e.g. every 5 minutes or so. Or every minute. This way only
one external connection to clubmessage every 5 or 1 minutes is made.
If the implementation of SMS sending is not CMTelecomSender (bug e.g. EventSender), this job will do nothing.
- Version:
- $Id: SenderJob.java 35335 2009-05-21 08:14:41Z michiel $
- Author:
- Michiel Meeuwissen
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SenderJob
public SenderJob()
run
public void run()
- Specified by:
run in interface Runnable
MMBase 2.0-SNAPSHOT - null