Uses of Class
org.apache.manifoldcf.authorities.system.RequestQueue
-
Packages that use RequestQueue Package Description org.apache.manifoldcf.authorities.system -
-
Uses of RequestQueue in org.apache.manifoldcf.authorities.system
Fields in org.apache.manifoldcf.authorities.system declared as RequestQueue Modifier and Type Field Description protected static RequestQueue<MappingRequest>
ManifoldCF. mappingRequestQueue
protected RequestQueue<AuthRequest>
AuthCheckThread. requestQueue
protected static RequestQueue<AuthRequest>
ManifoldCF. requestQueue
protected RequestQueue<MappingRequest>
MappingThread. requestQueue
Methods in org.apache.manifoldcf.authorities.system that return RequestQueue Modifier and Type Method Description static RequestQueue<MappingRequest>
ManifoldCF. getMappingRequestQueue()
Get the current mapping request queuestatic RequestQueue<AuthRequest>
ManifoldCF. getRequestQueue()
Get the current request queueConstructors in org.apache.manifoldcf.authorities.system with parameters of type RequestQueue Constructor Description AuthCheckThread(java.lang.String id, RequestQueue<AuthRequest> requestQueue)
Constructor.MappingThread(java.lang.String id, RequestQueue<MappingRequest> requestQueue)
Constructor.
-