br.ufsc.das.general
Class ResponseExtractor

java.lang.Object
  extended by br.ufsc.das.general.ResponseExtractor
Direct Known Subclasses:
ConfidentialityResponseExtractor

public class ResponseExtractor
extends java.lang.Object


Constructor Summary
ResponseExtractor(TSConfiguration conf)
          Creates a new instance of SMRTSStubReceiver
 
Method Summary
 void computeResponse(TSMessage resp)
           
 TSMessage extractResponse()
           
 void restart(boolean fastRead, int reqId, ProtectionVector pv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseExtractor

public ResponseExtractor(TSConfiguration conf)
Creates a new instance of SMRTSStubReceiver

Method Detail

restart

public void restart(boolean fastRead,
                    int reqId,
                    ProtectionVector pv)

computeResponse

public void computeResponse(TSMessage resp)

extractResponse

public TSMessage extractResponse()