Uses of Interface
org.teiid.adminapi.Request
-
Packages that use Request Package Description org.teiid.adminapi org.teiid.adminapi.impl org.teiid.adminapi.jboss org.teiid.runtime -
-
Uses of Request in org.teiid.adminapi
Methods in org.teiid.adminapi that return types with arguments of type Request Modifier and Type Method Description Collection<? extends Request>
Admin. getRequests()
Get the all Requests that are currently in processCollection<? extends Request>
Admin. getRequestsForSession(String sessionId)
Get the Requests for the given session -
Uses of Request in org.teiid.adminapi.impl
Classes in org.teiid.adminapi.impl that implement Request Modifier and Type Class Description class
RequestMetadata
-
Uses of Request in org.teiid.adminapi.jboss
Methods in org.teiid.adminapi.jboss that return types with arguments of type Request Modifier and Type Method Description Collection<? extends Request>
AdminFactory.AdminImpl. getRequests()
Collection<? extends Request>
AdminFactory.AdminImpl. getRequestsForSession(String sessionId)
-
Uses of Request in org.teiid.runtime
Methods in org.teiid.runtime that return types with arguments of type Request Modifier and Type Method Description Collection<? extends Request>
EmbeddedAdminImpl. getRequests()
Collection<? extends Request>
EmbeddedAdminImpl. getRequestsForSession(String sessionId)
-