Uses of Interface
com.metamatrix.admin.api.objects.Request

Packages that use Request
com.metamatrix.admin.api.core   
com.metamatrix.admin.objects   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.queries   
 

Uses of Request in com.metamatrix.admin.api.core
 

Methods in com.metamatrix.admin.api.core that return types with arguments of type Request
 java.util.Collection<Request> CoreMonitoringAdmin.getRequests(java.lang.String identifier)
          Get the Requests that correspond to the specified identifier pattern
 java.util.Collection<Request> CoreMonitoringAdmin.getSourceRequests(java.lang.String identifier)
          Get the Source Request that correspond to the specified identifier pattern
 

Uses of Request in com.metamatrix.admin.objects
 

Classes in com.metamatrix.admin.objects that implement Request
 class MMRequest
          Dataholder for information about Requests.
 

Uses of Request in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that return types with arguments of type Request
 java.util.Collection<Request> QueryManager.getAllRequests()
           
 

Method parameters in com.metamatrix.console.models with type arguments of type Request
 void QueryManager.cancelQueryRequests(java.util.Collection<Request> selected)
           
 

Uses of Request in com.metamatrix.console.ui.views.queries
 

Methods in com.metamatrix.console.ui.views.queries that return types with arguments of type Request
 java.util.Collection<Request> QueryRequestPanel.getCurrentSelections()
          Assemble a Collection of Requests that were previously selected, before an update - do this by getting each index that is selected from the table selection model, and using each index to get each Query ID from the table model, and using each ID to get an actual Request from the Query Manager
 

Methods in com.metamatrix.console.ui.views.queries with parameters of type Request
 void QueryPanel.displayQuery(Request request)
          Main interface to this panel - supply a Request to be displayed.
 

Method parameters in com.metamatrix.console.ui.views.queries with type arguments of type Request
 void QueryRequestPanel.updateView(java.util.Collection<Request> newQueryRequests, java.lang.String selectedRequestID)
           
 



Copyright © 2009. All Rights Reserved.