Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.mp
Class PositioningQoS

java.lang.Object
  extended byoracle.panama.mp.PositioningQoS


public class PositioningQoS
extends java.lang.Object

A PositioningQoS class. A PositioningQoS object determines the quality of mobile positioning by specifying a time tolerance in seconds.


Field Summary
static PositioningQoS HIGH_QUAL
Time tolerance of not more than 60 seconds
static PositioningQoS LOW_QUAL
Time tolerance of not more than 600 seconds
static PositioningQoS MED_QUAL
Time tolerance of not more than 300 seconds

Constructor Summary
PositioningQoS(int delaySeconds)
Constructor.

Method Summary
int getTimeTolerance()
Get the time tolearance of a ServiceQos.

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

Field Detail

HIGH_QUAL

public static final PositioningQoS HIGH_QUAL
Time tolerance of not more than 60 seconds

LOW_QUAL

public static final PositioningQoS LOW_QUAL
Time tolerance of not more than 600 seconds

MED_QUAL

public static final PositioningQoS MED_QUAL
Time tolerance of not more than 300 seconds

Constructor Detail

PositioningQoS

public PositioningQoS(int delaySeconds)
Constructor. Creates a QualityOfPosition for Mobile positioning with a given tolerance in seconds.

Method Detail

getTimeTolerance

public int getTimeTolerance()
Get the time tolearance of a ServiceQos. return int Time tolearance in seconds.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.