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 iAS Wireless webtool -> System manager -> site configuration -> Location
management.
Type | Method |
java.lang.String |
getName()
Get the name of the provider. |
java.lang.String |
getVersion()
Get the version of the provider. |
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.