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

Uses of Class
ie.ncl.msg.ConnectionException

Packages that use ConnectionException
ie.ncl.mms This package provides a generic XML document based interface to all the mobile messaging types and protocols including SMS, EMS and Smart Messaging. 
ie.ncl.msg This package provides a generic interface to all messaging protocols including but not limited to the SMS cellular network protocols. 
ie.ncl.msg.server   
ie.ncl.sms.cimd This package contains the Computer Interface to Message Distribution (CIMD) protocol classes used to interface with an CIMD compliant SMSC such as Nokia's SMSC models. 
ie.ncl.sms.gsm This package contains the GSM classes that define attributes specific to GSM short messages. 
ie.ncl.sms.lm This package contains classes used to support long messages, concatenated SMS or fragmentation and reassembly (SAR). 
ie.ncl.sms.modem This package contains the GsmModem protocol classes used to interface with an GSM cellular device such as a: Siemens M30, TC35, MC35, S45, SL45; a Nokia PremiCell, Phone Card, 6310, 6310i; Sony Ericsson GM27/29; and Falcom A2 
ie.ncl.sms.nbs   
ie.ncl.sms.smpp This package contains  the Short Message Peer to Peer (SMPP) protocol classes used to interface with an SMPP compliant SMSC such as Logica's Telepath SMSC. 
ie.ncl.sms.smpp.server   
ie.ncl.sms.ucp This package contains the Univeral Computer Protocol (UCP) protocol classes used to interface with an UCP compliant SMSC such as CMG's SMSC models. 
ie.ncl.wap.push This package is used to generate WAP Push Requests that are sent to mobile phones over the SMS Bearer. 
 

Uses of ConnectionException in ie.ncl.mms
 

Methods in ie.ncl.mms that throw ConnectionException
 void MMSSender.connect()
          Connect to the underlying transport.
 void MMSReceiver.connect()
          Connect to the underlying transport.
 MMSMessage MMSReceiver.receive()
          Deprecated. - use receive(ReceiverListener applicationCallback) instead.
 void MMSReceiver.receive(ReceiverListener listener)
          Setup the receiver listener.
 void MMSSender.send(MMSMessage msg)
          This method sends an MMSMessage over the underlying transport.
 

Uses of ConnectionException in ie.ncl.msg
 

Subclasses of ConnectionException in ie.ncl.msg
 class ReconnectException
          Deprecated. Not a meaningful name. Use the TemporaryConnectionException.
 class TemporaryConnectionException
          This extension to the ConnectionException class is used to indicate a temporary problem with the underlying connection - that is, it is down but should be resume again shortly.
 

Methods in ie.ncl.msg with parameters of type ConnectionException
 void ErrorListener.connectionError(Connection con, ConnectionException ex)
           
 void ConnectionManager.connectionError(Connection c, ConnectionException ce)
           
 

Methods in ie.ncl.msg that throw ConnectionException
 void Receiver.acknowledge(Message message, boolean success)
          Acknowledge a received messages.
 void Loopback.acknowledge(Message m, boolean success)
          Receiver API.
 void ConnectionManager.acknowledge(Message m, boolean success)
           
 void MessageStore.cancel(java.lang.String id)
          Cancel a message as specified by the ID.
 void SyncSender.connect()
          Open the connection, if not already open.
 void SyncReceiver.connect()
          Open the connection, if not already open.
 void Loopback.connect()
          Implements Connection API.
 void ConnectionManager.connect()
          Connection
 void Connection.connect()
          Connect with the service.
static Connection Factory.getConnection(java.lang.String configurationName)
          Load and instantiate a connection object as specified by the configurationName.
static Connection Factory.getConnection(java.lang.String configurationName, java.util.Properties properties)
          Load and instantiate a connection object as specified by the configurationName and the properties.
static Receiver Factory.getReceiver(java.lang.String configurationName)
          Get a receiver as specified by the configurationName.
static Receiver Factory.getReceiver(java.lang.String configurationName, java.util.Properties props)
          Get a receiver as specified by the configurationName.
static Sender Factory.getSender(java.lang.String configurationName)
          Get a sender as specified by the configurationName.
static Sender Factory.getSender(java.lang.String configurationName, java.util.Properties props)
          Get a sender as specified by the configurationName.
 void Loopback.init(java.util.Properties props)
          Implements Connection API.
 void ConnectionManager.init(java.util.Properties props)
           
 void Connection.init(java.util.Properties properties)
          Initialise the object with settings specified in the properties.
 void Connection.init(java.util.Properties properties, java.lang.String prefix)
          Initialise the object with settings specified in the properties where the relevant property names have been prefixed with the specified prefix.
 Message MessageStore.query(java.lang.String id)
          Query the message given the message id.
 Message SyncReceiver.receive()
          Receive a message synchronously.
 void Receiver.receive(ReceiverListener listener)
          Deprecated. Use Receiver.setReceiverListener(ReceiverListener) instead
 void Loopback.receive(ReceiverListener listener)
          Implements Receiver API.
 void MessageStore.replace(java.lang.String id, Message newOne)
          Replace a message as specified by the ID with a newOne.
 void SyncSender.send(Message m)
          Send a message asynchronously.
 void Sender.send(Message message, SenderListener listener)
          Send a message asynchronously.
 void Loopback.send(Message message, SenderListener listener)
          Implements Sender API.
 void ConnectionManager.send(Message m, SenderListener applicationSenderListener)
          Send a message.
 void Receiver.setReceiverListener(ReceiverListener listener)
          Registers listener with the underlying transport.
 void Loopback.setReceiverListener(ReceiverListener listener)
          Implements Receiver API.
 int MessageStore.status(java.lang.String id)
          Query the state of a message given the message id.
 

Constructors in ie.ncl.msg that throw ConnectionException
SyncReceiver(Receiver receiver)
          Construct a blocking receiver.
 

Uses of ConnectionException in ie.ncl.msg.server
 

Methods in ie.ncl.msg.server that throw ConnectionException
 Connection MessageServerConnectionRequest.accept(ie.ncl.util.Properties connectionProperties, ReceiverListener receiverListener, ErrorListener errorListener)
           
 Connection MessageServerConnectionRequest.accept(ReceiverListener receiverListener)
           
 Connection MessageServerConnectionRequest.accept(ReceiverListener receiverListener, ErrorListener errorListener)
           
 void MessageServerCallback.newConnectionRequest(MessageServerConnectionRequest connectionRequest)
           
 

Uses of ConnectionException in ie.ncl.sms.cimd
 

Methods in ie.ncl.sms.cimd that throw ConnectionException
 void CimdConnection.acknowledge(Message m, boolean positive)
          Not implemented - acknowledgements are automatic.
 void CimdConnection.connect()
          Make a CIMD connection.
 void CimdConnection.init(java.util.Properties ps)
           
 void CimdConnection.receive(ReceiverListener listener)
          Specify where received messages are sent.
 void CimdConnection.send(Message message, SenderListener listener)
           
 void CimdConnection.setReceiverListener(ReceiverListener listener)
          Specify where received messages are sent.
 

Uses of ConnectionException in ie.ncl.sms.gsm
 

Methods in ie.ncl.sms.gsm that throw ConnectionException
 void LongMessageSender.connect()
          Open the connection.
 void LongMessageReceiver.connect()
          Open the connection.
 Message LongMessageReceiver.receive()
          Block until a long message is received.
 void LongMessageSender.send(Message m)
           
 void LongMessageSender.send(Message m, int sequence)
          Send a long message.
 

Constructors in ie.ncl.sms.gsm that throw ConnectionException
LongMessageReceiver(Receiver receiver)
          Construct a LongMessageReceiver specifying the underlying SMS interface.
LongMessageReceiver(Receiver receiver, int timeout)
          Construct a LongMessageReceiver specifying the underlying SMS interface and the timeout.
 

Uses of ConnectionException in ie.ncl.sms.lm
 

Methods in ie.ncl.sms.lm that throw ConnectionException
 void LongMessageReceiver.acknowledge(Message m, boolean success)
          Acknowledge a long message.
 void LongMessageReceiver.connect()
           
 void LongMessageReceiver.init(java.util.Properties props)
           
 void LongMessageReceiver.receive(ReceiverListener listener)
          Set up a listener for long messages.
 void LongMessageReceiver.setReceiverListener(ReceiverListener listener)
          Set up a listener for long messages.
 

Uses of ConnectionException in ie.ncl.sms.modem
 

Methods in ie.ncl.sms.modem that throw ConnectionException
 void GsmModem.connect()
          Connect with the device.
 void GsmModem.init(java.util.Properties props)
           
 void GsmModem.receive(ReceiverListener receiver)
          Receive messages asynchronously.
 void GsmModem.send(Message m, SenderListener listener)
          Send a message asynchronously.
 void GsmModem.setReceiverListener(ReceiverListener listener)
          Receive messages asynchronously.
 

Uses of ConnectionException in ie.ncl.sms.nbs
 

Methods in ie.ncl.sms.nbs that throw ConnectionException
 void NarrowBandSocket.connect()
          Connect with the underlying transport.
 void NarrowBandSocket.send(SmartMessage sm)
          Send a smart message.
 

Constructors in ie.ncl.sms.nbs that throw ConnectionException
NarrowBandSocket(Sender sender)
          Create a narrow band socket using some underlying SMS transport.
 

Uses of ConnectionException in ie.ncl.sms.smpp
 

Methods in ie.ncl.sms.smpp that throw ConnectionException
 void SmppConnection.acknowledge(Message m, boolean success)
          Acknowledge a received message.
 void SmppConnection.connect()
           
 void SmppConnection.init(java.util.Properties ps)
          Implements Connection API.
 void SmppConnection.ping()
          Ping.
 void SmppConnection.receive(ReceiverListener listener)
          Receiver Interface Method.
 void SmppConnection.send(Message message, SenderListener listener)
          Sender Interface Method.
 void SmppConnection.service(java.net.Socket socket)
           
 void SmppConnection.setReceiverListener(ReceiverListener listener)
          Receiver Interface Method.
 

Uses of ConnectionException in ie.ncl.sms.smpp.server
 

Methods in ie.ncl.sms.smpp.server that throw ConnectionException
 Connection SmppServerConnectionRequest.accept(ie.ncl.util.Properties connectionProperties, ReceiverListener receiverListener, ErrorListener errorListener)
          Accepts an inbound SMPP connection return an SMPP_ROK (0) to the client.
 Connection SmppServerConnectionRequest.accept(ReceiverListener receiverListener)
          Accepts an inbound SMPP connection return an SMPP_ROK (0) to the client
 Connection SmppServerConnectionRequest.accept(ReceiverListener receiverListener, ErrorListener errorListener)
           
 

Uses of ConnectionException in ie.ncl.sms.ucp
 

Methods in ie.ncl.sms.ucp that throw ConnectionException
 void UCPConnection.acknowledge(Message m, boolean success)
           
 void UCPConnection.connect()
           
 void UCPConnection.init(java.util.Properties properties)
           
 void UCPConnection.receive(ReceiverListener listener)
           
 void UCPConnection.send(Message message, SenderListener listener)
           
 void UCPConnection.setReceiverListener(ReceiverListener listener)
           
 

Uses of ConnectionException in ie.ncl.wap.push
 

Methods in ie.ncl.wap.push that throw ConnectionException
 void WAPPush.connect()
          Connect the underlying transport.
 void WAPPush.send(WSPRequest message, Address address)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, Address source)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, Address source, boolean registered)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, Address source, boolean registered, boolean confirmed)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address address, boolean registered)
          Send a WSPRequest to the specified address.
 void WAPPush.send(WSPRequest message, Address destination, boolean registered, boolean confirmed)
          Send a WSPRequest to the specified address.
 

Constructors in ie.ncl.wap.push that throw ConnectionException
WAPPush(Sender sender)
          Create a WAP Push connection.
 


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