A C D G I

A

AccessPoint - Class in com.nokia.mid.iapinfo
Stores access point related information, such as: access point ID, access point name, bearer type, service type.

C

com.nokia.mid.iapinfo - package com.nokia.mid.iapinfo
IAPInfo API is a simple Java API, where the applications (MIDlets) can access fundamental Internet Access point and Destination Network related information.

D

DestinationNetwork - Class in com.nokia.mid.iapinfo
Destination network represents a named group of access points.

G

getAccessPoint(int) - Method in class com.nokia.mid.iapinfo.IAPInfo
Gets an access point from the system by its ID.
getAccessPoint(String) - Method in class com.nokia.mid.iapinfo.IAPInfo
Gets an access point from the system with given name.
getAccessPoints() - Method in class com.nokia.mid.iapinfo.DestinationNetwork
Gets the access points which belongs to this destination network.
getAccessPoints() - Method in class com.nokia.mid.iapinfo.IAPInfo
Gets the array of system defined Access Points.
getBearerType() - Method in class com.nokia.mid.iapinfo.AccessPoint
Gets bearer type name of the access point defined in the system E.g.
getConnectionPreferences() - Method in class com.nokia.mid.iapinfo.IAPInfo
Gets a connection preferences.
getDestinationNetwork(int) - Method in class com.nokia.mid.iapinfo.IAPInfo
Gets a destination network by its ID.
getDestinationNetwork(String) - Method in class com.nokia.mid.iapinfo.IAPInfo
Gets a destination network by its name.
getDestinationNetworks() - Method in class com.nokia.mid.iapinfo.IAPInfo
Gets the destination networks available in the system.
getIAPInfo() - Static method in class com.nokia.mid.iapinfo.IAPInfo
Factory method for obtaining IAPInfo object.
getID() - Method in class com.nokia.mid.iapinfo.AccessPoint
Gets the ID of the access point.
getID() - Method in class com.nokia.mid.iapinfo.DestinationNetwork
Gets the ID of the destination network.
getLastUsedAccessPoint() - Method in class com.nokia.mid.iapinfo.IAPInfo
Gets the last used access point by the MIDlet suite.
getName() - Method in class com.nokia.mid.iapinfo.AccessPoint
Gets the name of the access point.
getName() - Method in class com.nokia.mid.iapinfo.DestinationNetwork
Gets the name of the destination network.
getServiceType() - Method in class com.nokia.mid.iapinfo.AccessPoint
Gets the service type name of the access point defined in the system.
getURL(String) - Method in class com.nokia.mid.iapinfo.AccessPoint
Returns url with access point ID parameter added.
getURL(String) - Method in class com.nokia.mid.iapinfo.DestinationNetwork
Returns url with destination network ID parameter added.

I

IAPInfo - Class in com.nokia.mid.iapinfo
IAPInfo includes methods for retrieving information of Access Points and Destination Networks.
IAPInfoException - Exception in com.nokia.mid.iapinfo
The main Exception class for IAPInfo API.
IAPInfoException(String) - Constructor for exception com.nokia.mid.iapinfo.IAPInfoException
Constructor with a String argument.
IAPInfoException(int, String) - Constructor for exception com.nokia.mid.iapinfo.IAPInfoException
Constructor with an integer and String argument.

A C D G I

Copyright © 2007 Nokia Corporation. All rights reserved.