Oracle Java Wireless Client

Uses of Class
com.oracle.mobile.io.accesspoint.AccessPoint

Packages that use AccessPoint
com.oracle.mobile.io.accesspoint   
 

Uses of AccessPoint in com.oracle.mobile.io.accesspoint
 

Subclasses of AccessPoint in com.oracle.mobile.io.accesspoint
 class WifiAccessPoint
          WifiAccessPoint represents an access point with Wi-Fi bearer type and allows accessing some Wi-Fi specific access point properties.
 

Methods in com.oracle.mobile.io.accesspoint that return AccessPoint
 AccessPoint AccessPointManager.getAccessPointById(int id)
          Factory method to get access point by Id.
 AccessPoint AccessPointManager.getAccessPointFromConnection(javax.microedition.io.Connection c)
          Gets the access point used in the specified connection.
 AccessPoint[] AccessPointManager.getAllAccessPoints()
          Get all access points defined in the system.
 AccessPoint AccessPointManager.getDefaultAccessPoint()
          Returns the access point to be used for all suite connection for which access point was not specified explicitly.
 

Methods in com.oracle.mobile.io.accesspoint with parameters of type AccessPoint
 void AccessPointListener.accessPointEventNotify(AccessPoint ap, int eventType)
          Invoked when some access point related event occurs.
 


Oracle Java Wireless Client

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