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 Interface
ie.ncl.msg.Connection

Packages that use Connection
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.impl   
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.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.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. 
 

Uses of Connection in ie.ncl.msg
 

Subinterfaces of Connection in ie.ncl.msg
 interface MessageStore
          This Interface defines the methods used to interface with a message store - such as a database, message server or message centre, JMS or some other underlying persistent system.
 interface Receiver
          An Receiver is a connection to some service that is used to deliver messages to the application.
 interface Sender
          A Sender is a connection to some service that is used by the application to send messages.
 

Classes in ie.ncl.msg that implement Connection
 class ConnectionManager
           
 class Loopback
          The Loopback class is a test Sender and Receiver class.
 

Methods in ie.ncl.msg that return Connection
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.
 

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

Uses of Connection in ie.ncl.msg.impl
 

Classes in ie.ncl.msg.impl that implement Connection
 class ie.ncl.msg.impl.SimpleConnection
          This SimpleConnection implements some of the methods of the Connection interface that would be commonly used.
 

Uses of Connection in ie.ncl.msg.server
 

Methods in ie.ncl.msg.server that return Connection
 Connection MessageServerConnectionRequest.accept(ie.ncl.util.Properties connectionProperties, ReceiverListener receiverListener, ErrorListener errorListener)
           
 Connection MessageServerConnectionRequest.accept(ReceiverListener receiverListener)
           
 Connection MessageServerConnectionRequest.accept(ReceiverListener receiverListener, ErrorListener errorListener)
           
 

Uses of Connection in ie.ncl.sms.cimd
 

Classes in ie.ncl.sms.cimd that implement Connection
 class CimdConnection
          The CimdConnection class is an implementation of the CIMD 2.0 Protocol used to connect to a CIMD compliant Short Message Service Centre, for the purposes of sending and receiving text and binary short messages.
 

Uses of Connection in ie.ncl.sms.lm
 

Classes in ie.ncl.sms.lm that implement Connection
 class LongMessageReceiver
          This class is used to reassemble long messages that are fragmented and sent over SMS.
 

Uses of Connection in ie.ncl.sms.modem
 

Classes in ie.ncl.sms.modem that implement Connection
 class GsmModem
          This class is used to establish a connection with a GSM modem device, which can be used to send and receive short messages.
 

Uses of Connection in ie.ncl.sms.smpp
 

Classes in ie.ncl.sms.smpp that implement Connection
 class SmppConnection
          The SmppConnection class is an implementation of the SMPP 3.4 Protocol used to connect to a SMPP compliant Short Message Service Centre, for the purposes of sending and receiving text and binary short messages.
 

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

Methods in ie.ncl.sms.smpp.server that return Connection
 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 Connection in ie.ncl.sms.ucp
 

Classes in ie.ncl.sms.ucp that implement Connection
 class UCPConnection
          This class is used to connect with a UCP compliant Short Message Service Centre or SMSC.
 


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