Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.mp
Interface MPProvider


public interface MPProvider

A MPProvider interface. A MPProvider corresponds to a mobile positioning service that provides positioning of mobile targets. A MPProvider is identified by its name and version. The configuration of MPProviders can be done in the webtool -> System manager -> site configuration -> Location management.


Method Summary
 java.lang.String getName()
          Get the name of the provider.
 java.lang.String getVersion()
          Get the version of the provider.

 

Method Detail

getName

public java.lang.String getName()
Get the name of the provider.
Returns:
String A string representing the mobile positioning provider's name.

getVersion

public java.lang.String getVersion()
Get the version of the provider.
Returns:
String A string representing the mobile positioning provider's version.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.