com.ibm.ulc.comm
Interface IRequestProcessor

All Known Implementing Classes:
ThreadPool

public abstract interface IRequestProcessor

Interface for queuing requests to be executed.

See Also:
ThreadPool

Method Summary
 void addRequest(Request request)
          Adds the given request.
 

Method Detail

addRequest

public void addRequest(Request request)
Adds the given request.