Uses of Class
eu.scape_project.watch.domain.AsyncRequest

Packages that use AsyncRequest
eu.scape_project.watch.dao   
eu.scape_project.watch.domain   
eu.scape_project.watch.interfaces   
eu.scape_project.watch.monitor   
eu.scape_project.watch.rest   
eu.scape_project.watch.rest.resource   
 

Uses of AsyncRequest in eu.scape_project.watch.dao
 

Methods in eu.scape_project.watch.dao that return AsyncRequest
 AsyncRequest AsyncRequestDAO.delete(AsyncRequest request)
          Cascading delete request, including all triggers, and fire remove event.
 AsyncRequest AsyncRequestDAO.findById(String requestId)
          Find AsyncRequest by id.
 AsyncRequest AsyncRequestDAO.save(AsyncRequest request)
          Deeply save request, including all triggers, and fire update event.
 

Methods in eu.scape_project.watch.dao that return types with arguments of type AsyncRequest
 Collection<AsyncRequest> AsyncRequestDAO.list(int start, int max)
          List all async requests.
 List<AsyncRequest> AsyncRequestDAO.query(String bindings, int start, int max)
          Query for AsyncRequest.
 

Methods in eu.scape_project.watch.dao with parameters of type AsyncRequest
 AsyncRequest AsyncRequestDAO.delete(AsyncRequest request)
          Cascading delete request, including all triggers, and fire remove event.
 AsyncRequest AsyncRequestDAO.save(AsyncRequest request)
          Deeply save request, including all triggers, and fire update event.
 

Uses of AsyncRequest in eu.scape_project.watch.domain
 

Methods in eu.scape_project.watch.domain that return AsyncRequest
 AsyncRequest AsyncRequest.save()
           
 

Uses of AsyncRequest in eu.scape_project.watch.interfaces
 

Methods in eu.scape_project.watch.interfaces with parameters of type AsyncRequest
 void MonitorInterface.addWatchRequest(AsyncRequest aRequest)
          Adds AsyncRequest to the Monitor.
 void MonitorInterface.removeWatchRequest(AsyncRequest aRequest)
          Removing AsyncRequest from the Monitor.
 

Uses of AsyncRequest in eu.scape_project.watch.monitor
 

Methods in eu.scape_project.watch.monitor that return types with arguments of type AsyncRequest
 Collection<AsyncRequest> CentralMonitor.getAllRequests()
           
 

Methods in eu.scape_project.watch.monitor with parameters of type AsyncRequest
 void CollectionProfilerMonitor.addWatchRequest(AsyncRequest aRequest)
           
 void CollectionProfilerMonitor.removeWatchRequest(AsyncRequest aRequest)
           
 

Uses of AsyncRequest in eu.scape_project.watch.rest
 

Methods in eu.scape_project.watch.rest that return AsyncRequest
 AsyncRequest WatchClient.createAsyncRequest(AsyncRequest request)
          Create a new async request.
 

Methods in eu.scape_project.watch.rest with parameters of type AsyncRequest
 AsyncRequest WatchClient.createAsyncRequest(AsyncRequest request)
          Create a new async request.
 

Uses of AsyncRequest in eu.scape_project.watch.rest.resource
 

Methods in eu.scape_project.watch.rest.resource with parameters of type AsyncRequest
 javax.ws.rs.core.Response AsyncRequestResource.createAsyncRequest(AsyncRequest request)
          Create a new AsyncRequest.
 



Copyright © 2012. All Rights Reserved.