Uses of Class
ibspan.tss.messaging.ontology.SystemResponse

Packages that use SystemResponse
ibspan.tss.agents.pra   
 

Uses of SystemResponse in ibspan.tss.agents.pra
 

Methods in ibspan.tss.agents.pra that return SystemResponse
protected  SystemResponse ProxyAgent.getResponse(UserRequest request)
          It uses data from ExternalRequest instance input parameter to create proper being of SystemOntology; send the request; retrieve response; return response;
 SystemResponse SynchronousController.process(UserRequest request)
          Proceses request from outside of the System.
protected  SystemResponse ProxyAgent.receiveResponse(String jobID)
          Retrives PrASystemInit instance from responseMessageMap(member) based on PrASystemInit instance JobID as a key.