|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.messaging.sms.service.AbstractSMSAndMMSTransport
public abstract class AbstractSMSAndMMSTransport
Abstract super class for SMS and MMS transports to cover not used methods.
| Method Summary | |
|---|---|
boolean |
cacheable()
Indicates if this resource may be cached (for a little amount of time) once opened. |
boolean |
isConnected()
Checks if this connection is currently connected. |
boolean |
ping()
Pings this resource to check if it can be opened and and immediately closes connection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.openexchange.messaging.MessagingAccountTransport |
|---|
transport |
| Methods inherited from interface com.openexchange.messaging.MessagingResource |
|---|
close, connect |
| Method Detail |
|---|
public final boolean isConnected()
MessagingResource
isConnected in interface MessagingResourcetrue if connected; otherwise falsepublic final boolean ping()
MessagingResource
ping in interface MessagingResourcetrue if a connection can be established; otherwise falsepublic final boolean cacheable()
MessagingResource
cacheable in interface MessagingResourcetrue if this resource may be cached; otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||