Oracle Java ME Embedded
A B C E G H I N R W 

A

ACCESS_POINT_AVAILABLE_EVENT - Static variable in interface com.oracle.mobile.io.accesspoint.AccessPointListener
Indicates that access point became available
ACCESS_POINT_CONNECTED_EVENT - Static variable in interface com.oracle.mobile.io.accesspoint.AccessPointListener
Indicates the access point is connected
ACCESS_POINT_DISCONNECTED_EVENT - Static variable in interface com.oracle.mobile.io.accesspoint.AccessPointListener
Indicates the access point is disconnected
ACCESS_POINT_UNAVAILABLE_EVENT - Static variable in interface com.oracle.mobile.io.accesspoint.AccessPointListener
Indicates that access point became unavailable
AccessPoint - Class in com.oracle.mobile.io.accesspoint
An access point is an internet connectivity configuration that is predefined on a device.
accessPointEventNotify(AccessPoint, int) - Method in interface com.oracle.mobile.io.accesspoint.AccessPointListener
Invoked when some access point related event occurs.
AccessPointListener - Interface in com.oracle.mobile.io.accesspoint
This interface is used by applications which need to receive access point related events from the implementation.
AccessPointManager - Class in com.oracle.mobile.io.accesspoint
AccessPointManager class provides the basic capabilities for retrieving information about access points.
addListener(AccessPointListener) - Method in class com.oracle.mobile.io.accesspoint.AccessPointManager
Registers listener for access point related events

B

BEARER_BLUETOOTH - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
Bluetooth bearer
BEARER_CSD - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
Circuit Switched Data bearer
BEARER_ETHERNET - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
Ethernet bearer
BEARER_PSD - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
Packet Switched Data (GPRS, W-CDMA etc) bearer
BEARER_UNKNOWN - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
Unknown bearer
BEARER_WIFI - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
Wi-Fi bearer
BEARER_WIMAX - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
WiMax bearer

C

com.oracle.mobile.io.accesspoint - package com.oracle.mobile.io.accesspoint
 

E

equals(Object) - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Checks if another object is "equal" to this one.

G

getAccessPointById(int) - Method in class com.oracle.mobile.io.accesspoint.AccessPointManager
Factory method to get access point by Id.
getAccessPointFromConnection(Connection) - Method in class com.oracle.mobile.io.accesspoint.AccessPointManager
Gets the access point used in the specified connection.
getAllAccessPoints() - Method in class com.oracle.mobile.io.accesspoint.AccessPointManager
Get all access points defined in the system.
getBearerType() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Gets the bearer type of this access point.
getDefaultAccessPoint() - Method in class com.oracle.mobile.io.accesspoint.AccessPointManager
Returns the access point to be used for all suite connection for which access point was not specified explicitly.
getHttpProxy() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Returns http proxy defined on the device for this access point or null if access point is not requires http proxy to establish connection.
getId() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Gets the id of this access point Id is unique identifier of an Access Point
getInstance() - Static method in class com.oracle.mobile.io.accesspoint.AccessPointManager
 
getLocalAddress() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Gets the local IP number bound to this access point as String.
getName() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Gets the name of this access point.
getNetworkServiceType() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Returns the service type of access point's target network or null if there is no specific service type for this network.
getNetworkSSID() - Method in class com.oracle.mobile.io.accesspoint.WifiAccessPoint
Returns the SSID of the currently connected network or null if this access point is not connected to any network.
getNetworkType() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Returns a kind of access point's target network.
getPriority() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Gets the priority of this access point.
getSignalStrength() - Method in class com.oracle.mobile.io.accesspoint.WifiAccessPoint
Returns current signal strength of the currently connected network in percents or -1 if this access point is not connected to any network.

H

hashCode() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Returns a hash code value for the object.

I

isAvailable() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Checks whether access point connectivity is possible.
isConnected() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Checks whether access point connectivity exists and it is possible to pass data using this access point.

N

NETWORK_PRIVATE - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
An access point with NETWORK_PRIVATE network type can be used to access a private network.
NETWORK_PUBLIC - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
An access point with NETWORK_PUBLIC network type can be used for public internet access.
NETWORK_SERVICE_SPECIFIC - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
An access point with NETWORK_SERVICE_SPECIFIC network type is used for operator specific services.
NETWORK_UNKNOWN - Static variable in class com.oracle.mobile.io.accesspoint.AccessPoint
Unknown network type

R

removeListener(AccessPointListener) - Method in class com.oracle.mobile.io.accesspoint.AccessPointManager
Removes listener for access point related events

W

WifiAccessPoint - Class in com.oracle.mobile.io.accesspoint
WifiAccessPoint represents an access point with Wi-Fi bearer type and allows accessing some Wi-Fi specific access point properties.
A B C E G H I N R W 
Oracle Java ME Embedded

Copyright (c) 1990, 2013, Oracle and/or its affiliates. All rights reserved.