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.sms.modem
Class GsmModemConfiguration

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by ie.ncl.util.Properties
                  extended by ie.ncl.sms.modem.GsmModemConfiguration
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class GsmModemConfiguration
extends ie.ncl.util.Properties

See Also:
Serialized Form

Method Summary
 boolean getAcknowledgeStatusReport()
          Indicates if a received status message requires acknowledgement.
 java.lang.String getMake()
          The make of the modem device for this configuration.
 java.lang.String getModel()
          The model of the modem device for this configuration.
 boolean getPinRequired()
          Indicates if a pin is required for this modem device.
 java.lang.String getPort()
          The port of the modem device (eg COM1).
 java.lang.String getSMSC()
          The SMSC address used by this modem device.
 java.lang.String getSpeed()
          The baud speed of the modem device (eg 9600).
 boolean isReceiveSupported()
           
 java.lang.String toString()
           
 
Methods inherited from class ie.ncl.util.Properties
add, copy, getBoolean, getBoolean, getDefaults, getInt, getInt, getProperty, getString, getString, getSubset, setDefaults
 
Methods inherited from class java.util.Properties
getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getMake

public java.lang.String getMake()
The make of the modem device for this configuration.


getModel

public java.lang.String getModel()
The model of the modem device for this configuration.


getPinRequired

public boolean getPinRequired()
Indicates if a pin is required for this modem device.


getAcknowledgeStatusReport

public boolean getAcknowledgeStatusReport()
Indicates if a received status message requires acknowledgement.


getSpeed

public java.lang.String getSpeed()
The baud speed of the modem device (eg 9600).


getSMSC

public java.lang.String getSMSC()
The SMSC address used by this modem device.


getPort

public java.lang.String getPort()
The port of the modem device (eg COM1).


isReceiveSupported

public boolean isReceiveSupported()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.Hashtable<java.lang.Object,java.lang.Object>

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