| Package | Description |
|---|---|
| org.mmbase.sms | |
| org.mmbase.sms.cmtelecom |
See CM-telecom web-site.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSMS
This basic SMS implementation simply explicitely stores the information in member variables.
|
| Modifier and Type | Method and Description |
|---|---|
SMS |
SMSEvent.getSMS() |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<SMS> |
Sender.getQueue() |
Collection<SMS> |
EventSender.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Handler.handle(Cloud cloud,
SMS sms)
Handle an SMS.
|
abstract boolean |
Sender.offer(SMS sms)
Offers an SMS for sending.
|
boolean |
EventSender.offer(SMS sms) |
static boolean |
Receiver.offer(SMS sms)
Offers a SMS message for 'handling' by the SMS Handlers.
|
protected static boolean |
Receiver.offer(String config,
SMS sms) |
abstract boolean |
Sender.send(SMS sms)
Sends an SMS, immediately.
|
boolean |
EventSender.send(SMS sms) |
| Constructor and Description |
|---|
SMSEvent(SMS sms,
boolean i) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SMS> |
CMTelecomSender.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMTelecomSender.add(SMS s,
XmlWriter w) |
boolean |
CMTelecomSender.offer(SMS sms) |
protected void |
CMTelecomSender.send(OutputStream out,
SMS sms) |
boolean |
CMTelecomSender.send(SMS sms) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}