oracle.panama.mp
Interface MPProviderSelector
- public interface MPProviderSelector
A MPProviderSelector interface. The application developers of mobile positioning
needs to implement this interface if they need to customize the MPProviders
based on a mobile ID (usually MSISDN).
getProviderForID
public MPProvider[] getProviderForID(java.lang.String mobileID)
- Get the mobile positioning provider for the given mobile ID.
- Parameters:
subscriberID
- A String representing a mobile ID.- Returns:
- MPProvider[] An array of MPProviders that can handle the positioning
request for the given mobile target. If muliple providers are returned,
the positioning request will be passed on from provider n to n+1 in case provider
n fails. Application developers can re-implemented this interface to change
the default system behavior of mobile positioning provider choosing.