Uiinfrastructure API Docs  
 

RequestQueueFilter Class

A filter to check if there are too many requests queued up on this session already. If it is, the PreFilter method will thrown an InterpreterException with message: The server is busy processing your previous request. Otherwise, the PreFilter method will put this request into the request queue.

For a list of all members of this type, see RequestQueueFilter Members.

System.Object
   com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
      com.plumtree.uiinfrastructure.interpreter.filter.RequestQueueFilter

public class RequestQueueFilter : BaseInterpreterFilter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.interpreter.filter

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

RequestQueueFilter Members | com.plumtree.uiinfrastructure.interpreter.filter Namespace