Uses of Class
ibspan.tss.agents.pra.SystemResponseException

Packages that use SystemResponseException
ibspan.tss.agents.pra ProxyAgent implementation. 
 

Uses of SystemResponseException in ibspan.tss.agents.pra
 

Methods in ibspan.tss.agents.pra that throw SystemResponseException
protected  DataView 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;
 DataView SynchronousController.process(UserRequest request)
          Proceses request from outside of the System.
protected  DataView ProxyAgent.receiveResponse(String jobID)
          Retrives PrASystemInit instance from responseMessageMap(member) based on PrASystemInit instance JobID as a key.