fr.cnes.sitools.form.project.services.business
Class DataSetCounterCallable

java.lang.Object
  extended by fr.cnes.sitools.form.project.services.business.DataSetCounterCallable
All Implemented Interfaces:
java.util.concurrent.Callable<DataSetCounterJobStatus>

public class DataSetCounterCallable
extends java.lang.Object
implements java.util.concurrent.Callable<DataSetCounterJobStatus>

A Callable used to perform a Count on a DataSet with a specified query String

Author:
jp.boignard (AKKA Technologies)

Constructor Summary
DataSetCounterCallable(java.lang.String requestQuery, java.lang.String datasetId, org.restlet.Context context, java.lang.String userIdentifier)
          a Constructor with parameters
 
Method Summary
 DataSetCounterJobStatus call()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetCounterCallable

public DataSetCounterCallable(java.lang.String requestQuery,
                              java.lang.String datasetId,
                              org.restlet.Context context,
                              java.lang.String userIdentifier)
a Constructor with parameters

Parameters:
requestQuery - the request query String
datasetId - the dataset identifier
context - the Context
userIdentifier - the user identifier
Method Detail

call

public DataSetCounterJobStatus call()
                             throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<DataSetCounterJobStatus>
Throws:
java.lang.Exception


Copyright © 2010-2013 CNES. All Rights Reserved.