Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

ie.ncl.msg
Interface ErrorListener

All Known Implementing Classes:
ConnectionManager

public interface ErrorListener

This interface is used to notify the application of errors that occur in an underlying messaging connection.

This should be set before the connection is initiated.

The connection error callback is called in 1 of the 3 scenarios

Temporary connections serve to notify the application that the connection is down temporarily and recovery will be attempted. API Calls to sent and receive messages can continue as normal without being impacted. (Messages are typically queued by the underlying implementation until the connection is resumed.)

See Also:
Connection.setErrorListener(ie.ncl.msg.ErrorListener), Connection.NOT_CONNECTED, Connection.RECONNECTING, Connection.CONNECTED, ConnectionException, TemporaryConnectionException, ReconnectException

Method Summary
 void connectionError(Connection con, ConnectionException ex)
           
 

Method Detail

connectionError

void connectionError(Connection con,
                     ConnectionException ex)

Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit