Uses of Class
uk.org.ogsadai.engine.RequestEngine

Packages that use RequestEngine
uk.org.ogsadai.engine Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. 
 

Uses of RequestEngine in uk.org.ogsadai.engine
 

Fields in uk.org.ogsadai.engine declared as RequestEngine
private  RequestEngine RequestEngineObserver.mEngine
          Engine being monitored
 

Constructors in uk.org.ogsadai.engine with parameters of type RequestEngine
RequestEngineObserver(RequestEngine engine)
          Create an observer for an engine.