org.jboss.cdi.tck.tests.context.application.async
Class AsyncRequestProcessor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.application.async.AsyncRequestProcessor
All Implemented Interfaces:
Runnable

public class AsyncRequestProcessor
extends Object
implements Runnable

Author:
Martin Kouba

Constructor Summary
AsyncRequestProcessor(javax.servlet.AsyncContext ctx, long timerValue, boolean useDispatch, String dispatchPath)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncRequestProcessor

public AsyncRequestProcessor(javax.servlet.AsyncContext ctx,
                             long timerValue,
                             boolean useDispatch,
                             String dispatchPath)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2008-2013 Seam Framework. All Rights Reserved.