OMDA Access Points API
A B C E G H I N O R S 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_PARAMETER - Static variable in class com.oracle.mobile.io.ConnectionParameters
Parameter type value for access point parameter.
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 - package com.oracle.mobile.io
 
com.oracle.mobile.io.accesspoint - package com.oracle.mobile.io.accesspoint
 
ConnectionParameters - Class in com.oracle.mobile.io
Class which holds set of connection parameters.
ConnectionParameters() - Constructor for class com.oracle.mobile.io.ConnectionParameters
 
ConnectionParameters.Parameter - Class in com.oracle.mobile.io
 
ConnectorEx - Class in com.oracle.mobile.io
Extended connector class allows to create connections with some additional parameters, for example it allows to specify access point for network connection.
ConnectorEx() - Constructor for class com.oracle.mobile.io.ConnectorEx
 

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.
getParameter(int) - Method in class com.oracle.mobile.io.ConnectionParameters
Returns the value of the specified connection parameter.
getParameters() - Method in class com.oracle.mobile.io.ConnectionParameters
Returns an enumeration of the parameters set.
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.
getType() - Method in class com.oracle.mobile.io.ConnectionParameters.Parameter
Gets the type of this parameter.
getValue() - Method in class com.oracle.mobile.io.ConnectionParameters.Parameter
Gets the value of this parameter.

H

hashCode() - Method in class com.oracle.mobile.io.accesspoint.AccessPoint
Returns a hash code value for the object.
HTTP_PROXY_PARAMETER - Static variable in class com.oracle.mobile.io.ConnectionParameters
Parameter type value for http proxy parameter.
HTTP_PROXY_PASSWORD_PARAMETER - Static variable in class com.oracle.mobile.io.ConnectionParameters
Parameter type value for http proxy password parameter.
HTTP_PROXY_USERNAME_PARAMETER - Static variable in class com.oracle.mobile.io.ConnectionParameters
Parameter type value for http proxy username parameter.

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

O

open(String, ConnectionParameters) - Static method in class com.oracle.mobile.io.ConnectorEx
Create and open a Connection.
open(String, int, ConnectionParameters) - Static method in class com.oracle.mobile.io.ConnectorEx
Create and open a Connection.
open(String, int, boolean, ConnectionParameters) - Static method in class com.oracle.mobile.io.ConnectorEx
Create and open a Connection.
openDataInputStream(String, ConnectionParameters) - Static method in class com.oracle.mobile.io.ConnectorEx
Create and open a connection input stream.
openDataOutputStream(String, ConnectionParameters) - Static method in class com.oracle.mobile.io.ConnectorEx
Create and open a connection output stream.
openInputStream(String, ConnectionParameters) - Static method in class com.oracle.mobile.io.ConnectorEx
Create and open a connection input stream.
openOutputStream(String, ConnectionParameters) - Static method in class com.oracle.mobile.io.ConnectorEx
Create and open a connection output stream.

R

removeListener(AccessPointListener) - Method in class com.oracle.mobile.io.accesspoint.AccessPointManager
Removes listener for access point related events
removeParameter(int) - Method in class com.oracle.mobile.io.ConnectionParameters
Removes the specified connection parameter.

S

setParameter(int, Object) - Method in class com.oracle.mobile.io.ConnectionParameters
Sets the specified connection parameter to the specified value, replacing any previous association.
setParameter(ConnectionParameters.Parameter) - Method in class com.oracle.mobile.io.ConnectionParameters
Sets the specified connection parameter, replacing any previous association.

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 O R S W 
OMDA Access Points API

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.