infoservice.agreement
Interface IInfoServiceAgreementAdapter

All Known Implementing Classes:
InfoserviceEMCAdapter, InfoServicePaxosAdapter

public interface IInfoServiceAgreementAdapter


Method Summary
 HttpResponseStructure handleMessage(byte[] a_postData)
          Handles incomming compressed data.
 void startProtocolByOperator()
          Starts the agreement protocol by operator.
 

Method Detail

startProtocolByOperator

void startProtocolByOperator()
Starts the agreement protocol by operator.


handleMessage

HttpResponseStructure handleMessage(byte[] a_postData)
Handles incomming compressed data.

Parameters:
a_postData - The data to handle.
Returns:
A Response.