rp1.rossum.request
Interface RsTimeoutRequestHandler

All Superinterfaces:
RsRequestHandler
All Known Implementing Classes:
SimTimeoutRequestHandler

public interface RsTimeoutRequestHandler
extends RsRequestHandler

A server-side handler for timeouts.


Method Summary
 void process(double timeoutPeriod, int timeoutIndex)
           
 
Methods inherited from interface rp1.rossum.request.RsRequestHandler
processRequest
 

Method Detail

process

void process(double timeoutPeriod,
             int timeoutIndex)