|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.nokia.mid.iapinfo.DestinationNetwork
public class DestinationNetwork
Destination network represents a named group of access points. Each destination network has an Id that is appended to given URL to make connection with this destination network (prior to Java GCF). Class stores destination network related information, such as:
Method Summary | |
---|---|
AccessPoint[] |
getAccessPoints()
Gets the access points which belongs to this destination network. |
int |
getID()
Gets the ID of the destination network. |
java.lang.String |
getName()
Gets the name of the destination network. |
java.lang.String |
getURL(java.lang.String aURL)
Returns url with destination network ID parameter added. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public AccessPoint[] getAccessPoints() throws IAPInfoException
IAPInfoException
public int getID()
public java.lang.String getURL(java.lang.String aURL)
getURL("http://www.nokia.com:80");
returns "http://www.nokia.com:80;nokia_netid=2"
when current Destination Network ID is 2
aURL
- the original URL
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |