|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.signalsoftcorp.lst.client.WLP10LocationRequest
Represents a simple location request.
An instance of this class is passed in a call to
WLILocation.getLocation
.
Constructor Summary | |
WLP10LocationRequest()
|
|
WLP10LocationRequest(SubscriberId[] subscribers,
int timeout,
int maxLocAge)
|
Method Summary | |
int |
getMaxLocAge()
This states the maximum allowable age in seconds of a location sent as a response to a location request. |
SubscriberId[] |
getSubscribers()
Returns an array of SubscriberId representing the subscribers to be located. |
int |
getTimeout()
Defines a timer for the response time (in seconds) within which the current location should be obtained. |
void |
setMaxLocAge(int maxLocAge)
This states the maximum allowable age in seconds of a location sent as a response to a location request. |
void |
setSubscribers(SubscriberId[] subscribers)
Sets an array of SubscriberId representing the subscribers to be located. |
void |
setTimeout(int timeout)
Defines a timer for the response time (in seconds) within which the current location should be obtained. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WLP10LocationRequest(SubscriberId[] subscribers, int timeout, int maxLocAge)
public WLP10LocationRequest()
Method Detail |
public SubscriberId[] getSubscribers()
SubscriberId
representing the subscribers to be located.public void setSubscribers(SubscriberId[] subscribers)
SubscriberId
representing the subscribers to be located.subscribers
- Madatory - subscriber array containing all subscribers that should be located.public int getTimeout()
setMaxLocAge
.public void setTimeout(int timeout)
The default value 0 means that this value is undefined.
setMaxLocAge
.
timeout
- Defines a timer for the response time (in seconds).public int getMaxLocAge()
public void setMaxLocAge(int maxLocAge)
The default value 0 means that this value is undefined.
maxLocAge
- This states the maximum allowable age in seconds of a location sent as a
response to a location request.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |