ibspan.tss.core.storage
Interface SynchronousController


public interface SynchronousController

PrA is place where asynchronous work of the system meets with synchronous work of HTTP protocol. This interface provides mechanizm of transparent (for a client) synchronous delivery of response to the client.

Author:
Pawe? Kaczmarek

Method Summary
 DataView process(UserRequest request)
          Proceses request from outside of the System.
 

Method Detail

process

DataView process(UserRequest request)
                 throws SystemResponseException
Proceses request from outside of the System.

Parameters:
request - - request of the client
Returns:
response of the System
Throws:
SystemResponseException