Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.hook
Class CallerLocationPolicy

java.lang.Object
  |
  +--oracle.panama.rt.hook.CallerLocationPolicy

public final class CallerLocationPolicy
extends java.lang.Object

The caller location policy based on Landmarks.

Since:
Oracle9i Application Server Wireless Edition

Constructor Summary
CallerLocationPolicy()
           

 

Method Summary
static Point getCurrentLocation(Request request)
          Use this method to get the location from landmarks.
static Point getCurrentLocation(Session session)
          Use this method to get the location from landmarks.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CallerLocationPolicy

public CallerLocationPolicy()
Method Detail

getCurrentLocation

public static Point getCurrentLocation(Request request)
                                throws CallerLocationException
Use this method to get the location from landmarks.
Returns:
latitude/longitude locator for the caller
CallerLocationException

getCurrentLocation

public static Point getCurrentLocation(Session session)
                                throws CallerLocationException
Use this method to get the location from landmarks.
Returns:
latitude/longitude locator for the caller
CallerLocationException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.