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.nbs
Class NetworkOperator

java.lang.Object
  extended by ie.ncl.sms.nbs.NetworkOperator

public class NetworkOperator
extends java.lang.Object

This class is used to identify a network operator.


Constructor Summary
NetworkOperator(java.lang.String cc, java.lang.String ndc)
          A NetworkOperator is specified by the mobile country code (MCC) and the national dialing code (NDC) and it's optional name.
NetworkOperator(java.lang.String name, java.lang.String mcc, java.lang.String mnc, java.lang.String cc, java.lang.String ndc)
          A NetworkOperator is specified by the mobile country code (MCC) and the national mobile code (NDC).
 
Method Summary
static NetworkOperator dbGet(int i)
           
static int dbSize()
           
static NetworkOperator find(java.lang.String tel)
           
 java.lang.String getCC()
          Get the mobile country code for this operator (not the same as country code).
 java.lang.String getMCC()
          Get the mobile country code for this operator (not the same as country code).
 java.lang.String getMNC()
          Get the mobile national code for this operator (not the same as national dial code).
 java.lang.String getName()
          Get the name of this operator.
 java.lang.String getNDC()
          Get the national dialing code (NDC) for this operator.
static void init()
           
 java.lang.String toString()
          String form.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkOperator

public NetworkOperator(java.lang.String name,
                       java.lang.String mcc,
                       java.lang.String mnc,
                       java.lang.String cc,
                       java.lang.String ndc)
A NetworkOperator is specified by the mobile country code (MCC) and the national mobile code (NDC).


NetworkOperator

public NetworkOperator(java.lang.String cc,
                       java.lang.String ndc)
                throws NetworkOperatorException
A NetworkOperator is specified by the mobile country code (MCC) and the national dialing code (NDC) and it's optional name.

Throws:
NetworkOperatorException
Method Detail

init

public static void init()
                 throws NetworkOperatorException
Throws:
NetworkOperatorException

dbSize

public static int dbSize()

dbGet

public static NetworkOperator dbGet(int i)

find

public static NetworkOperator find(java.lang.String tel)
                            throws NetworkOperatorException
Throws:
NetworkOperatorException

getMCC

public java.lang.String getMCC()
Get the mobile country code for this operator (not the same as country code).


getMNC

public java.lang.String getMNC()
Get the mobile national code for this operator (not the same as national dial code).


getCC

public java.lang.String getCC()
Get the mobile country code for this operator (not the same as country code).


getNDC

public java.lang.String getNDC()
Get the national dialing code (NDC) for this operator.


getName

public java.lang.String getName()
Get the name of this operator.


toString

public java.lang.String toString()
String form.

Overrides:
toString in class 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