com.veriplace.client.util
Class GetLocationRequestManager

java.lang.Object
  extended by com.veriplace.client.util.AbstractRequestManager<Location>
      extended by com.veriplace.client.util.GetLocationRequestManager

public class GetLocationRequestManager
extends AbstractRequestManager<Location>

Abstraction around making a location request and retrieving the result.


Nested Class Summary
protected static class GetLocationRequestManager.LocationRequest
          Inner class representing a location request.
 
Nested classes/interfaces inherited from class com.veriplace.client.util.AbstractRequestManager
AbstractRequestManager.AbstractRequest<ResultType>
 
Field Summary
 
Fields inherited from class com.veriplace.client.util.AbstractRequestManager
requestStore
 
Constructor Summary
GetLocationRequestManager()
           
 
Method Summary
 AbstractRequestManager.AbstractRequest<Location> newRequest(Client client, User user, Token accessToken, LocationOptions options)
          Create a new location request to be submitted with AbstractRequestManager.submitRequest(com.veriplace.client.util.AbstractRequestManager.AbstractRequest).
 
Methods inherited from class com.veriplace.client.util.AbstractRequestManager
getResult, getResultAndToken, setExecutorService, setRequestStore, submitRequest, waitForCompletion, waitForCompletion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLocationRequestManager

public GetLocationRequestManager()
Method Detail

newRequest

public AbstractRequestManager.AbstractRequest<Location> newRequest(Client client,
                                                                   User user,
                                                                   Token accessToken,
                                                                   LocationOptions options)
Create a new location request to be submitted with AbstractRequestManager.submitRequest(com.veriplace.client.util.AbstractRequestManager.AbstractRequest).