public class SimpleAsyncListener extends Object implements javax.servlet.AsyncListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isSessionContextActive |
static Long |
onComplete |
static Long |
onError |
static Long |
onStartAsync |
static Long |
onTimeout |
static Long |
simpleSessionBeanId |
| Constructor and Description |
|---|
SimpleAsyncListener() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static Long onStartAsync
public static Long onError
public static Long onTimeout
public static Long onComplete
public static boolean isSessionContextActive
public static Long simpleSessionBeanId
public void onComplete(javax.servlet.AsyncEvent event)
throws IOException
onComplete in interface javax.servlet.AsyncListenerIOExceptionpublic void onTimeout(javax.servlet.AsyncEvent event)
throws IOException
onTimeout in interface javax.servlet.AsyncListenerIOExceptionpublic void onError(javax.servlet.AsyncEvent event)
throws IOException
onError in interface javax.servlet.AsyncListenerIOExceptionpublic void onStartAsync(javax.servlet.AsyncEvent event)
throws IOException
onStartAsync in interface javax.servlet.AsyncListenerIOExceptionpublic static void reset()
public static String getInfo()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.