|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Positioner interface. An application uses Positioner interface to request mobile device position.
| Method Summary | |
PositionResult |
requestPosition(java.lang.String mobileID)Request position of a mobile target. |
PositionResult[] |
requestPosition(java.lang.String[] mobileIDs)Request position information of a number of mobile targets. |
PositionResult[] |
requestPosition(java.lang.String[] mobileIDs, PositioningQoS pqos)Request position information of a number of mobile targets. |
PositionResult |
requestPosition(java.lang.String mobileID, PositioningQoS pqos)Request position information of a mobile target. |
| Method Detail |
public PositionResult requestPosition(java.lang.String mobileID)
throws MPException
PositioneResult object is returned. If an error occurs it throws an MPException. Please note that a PositioneResult may be an error result. You need to check error code of a PositioneResult before accessing other information.mobileID - The mobile target's ID.MPException
public PositionResult[] requestPosition(java.lang.String[] mobileIDs)
throws MPException
PositioneResult object is returned. If error occurs it throws an MPException. Please note that a PositioneResult may be an error result. You need to check error code of a PositioneResult before accessing other information.mobileIDs - A String array representing the mobile IDs.MPException
public PositionResult[] requestPosition(java.lang.String[] mobileIDs,
PositioningQoS pqos)
throws MPException
mobileIDs - A String array representing the mobile targets' IDs.MPException
public PositionResult requestPosition(java.lang.String mobileID,
PositioningQoS pqos)
throws MPException
PositioneResult object is returned. If error occurs it throws an MPException. Please note that a PositioneResult may be an error result. You need to check error code of a PositioneResult before accessing other information.mobileID - The mobile target's ID.MPException
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||