org.jboss.cdi.tck.tests.context.application.async
Class SimpleAsyncListener
java.lang.Object
org.jboss.cdi.tck.tests.context.application.async.SimpleAsyncListener
- All Implemented Interfaces:
- EventListener, javax.servlet.AsyncListener
public class SimpleAsyncListener
- extends Object
- implements javax.servlet.AsyncListener
- Author:
- Martin Kouba
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onStartAsync
public static Long onStartAsync
onError
public static Long onError
onTimeout
public static Long onTimeout
onComplete
public static Long onComplete
isApplicationContextActive
public static boolean isApplicationContextActive
isSimpleApplicationBeanAvailable
public static boolean isSimpleApplicationBeanAvailable
SimpleAsyncListener
public SimpleAsyncListener()
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-2012 Seam Framework. All Rights Reserved.