gov.nih.nci.cagrid.fqp.service
Class FederatedQueryProcessorImpl
java.lang.Object
gov.nih.nci.cagrid.fqp.service.FederatedQueryProcessorImplBase
gov.nih.nci.cagrid.fqp.service.FederatedQueryProcessorImpl
public class FederatedQueryProcessorImpl
- extends FederatedQueryProcessorImplBase
Federated Query Service
|
Field Summary |
protected static org.apache.commons.logging.Log |
LOG
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static org.apache.commons.logging.Log LOG
FederatedQueryProcessorImpl
public FederatedQueryProcessorImpl()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
executeAndAggregateResults
public CQLQueryResults executeAndAggregateResults(DCQLQuery query)
throws java.rmi.RemoteException,
FederatedQueryProcessingFault
- Throws:
java.rmi.RemoteException
FederatedQueryProcessingFault
execute
public DCQLQueryResultsCollection execute(DCQLQuery query)
throws java.rmi.RemoteException,
FederatedQueryProcessingFault
- Throws:
java.rmi.RemoteException
FederatedQueryProcessingFault
executeAsynchronously
public FederatedQueryResultsReference executeAsynchronously(DCQLQuery query)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getLeaseDurationInMinutes
public int getLeaseDurationInMinutes()
getWorkManager
public commonj.work.WorkManager getWorkManager()
setWorkManager
public void setWorkManager(commonj.work.WorkManager workManager)