KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > mobile > MobileProvider

javax.telephony.mobile
Interface MobileProvider

All Known Subinterfaces:
NetworkSelection
See Also:
Provider, MobileProviderEvent, MobileProviderListener

public void cancelAvailableNetworkRequest()
                                   throws MethodNotSupportedException,
                                          InvalidStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MobileNetwork[] getAvailableNetworks(boolean fullsearch)
                                     throws MethodNotSupportedException,
                                            InvalidStateException,
                                            ResourceUnavailableException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MobileNetwork getCurrentNetwork()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MobileNetwork getHomeNetwork()
                             throws MethodNotSupportedException,
                                    ResourceUnavailableException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMobileState()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.util.Date getNetworkTime()
                              throws MethodNotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.util.TimeZone getNetworkTimeZone()
                                      throws MethodNotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isRoaming()
                  throws MethodNotSupportedException,
                         InvalidStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int RESTRICTED_SERVICE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setNetwork(MobileNetwork network)
                throws MethodNotSupportedException,
                       InvalidStateException,
                       ResourceUnavailableException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags