Oracle Application Server Wireless Java API Reference
B14043-01


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).


Method Summary
 MPProvider[] getProviderForID(java.lang.String mobileID)
          Get the mobile positioning provider for the given mobile ID.

 

Method Detail

getProviderForID

public MPProvider[] getProviderForID(java.lang.String mobileID)
Get the mobile positioning provider for the given 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.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.