org.jboss.cdi.tck.tests.context.session.async
Class SimpleAsyncListener

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.session.async.SimpleAsyncListener
All Implemented Interfaces:
EventListener, javax.servlet.AsyncListener

public class SimpleAsyncListener
extends Object
implements javax.servlet.AsyncListener

Author:
Martin Kouba

Field Summary
static boolean isSessionContextActive
           
static Long onComplete
           
static Long onError
           
static Long onStartAsync
           
static Long onTimeout
           
static Long simpleSessionBeanId
           
 
Constructor Summary
SimpleAsyncListener()
           
 
Method Summary
static String getInfo()
           
 void onComplete(javax.servlet.AsyncEvent event)
           
 void onError(javax.servlet.AsyncEvent event)
           
 void onStartAsync(javax.servlet.AsyncEvent event)
           
 void onTimeout(javax.servlet.AsyncEvent event)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onStartAsync

public static Long onStartAsync

onError

public static Long onError

onTimeout

public static Long onTimeout

onComplete

public static Long onComplete

isSessionContextActive

public static boolean isSessionContextActive

simpleSessionBeanId

public static Long simpleSessionBeanId
Constructor Detail

SimpleAsyncListener

public SimpleAsyncListener()
Method Detail

onComplete

public void onComplete(javax.servlet.AsyncEvent event)
                throws IOException
Specified by:
onComplete in interface javax.servlet.AsyncListener
Throws:
IOException

onTimeout

public void onTimeout(javax.servlet.AsyncEvent event)
               throws IOException
Specified by:
onTimeout in interface javax.servlet.AsyncListener
Throws:
IOException

onError

public void onError(javax.servlet.AsyncEvent event)
             throws IOException
Specified by:
onError in interface javax.servlet.AsyncListener
Throws:
IOException

onStartAsync

public void onStartAsync(javax.servlet.AsyncEvent event)
                  throws IOException
Specified by:
onStartAsync in interface javax.servlet.AsyncListener
Throws:
IOException

reset

public static void reset()

getInfo

public static String getInfo()


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