public class SimpleAsyncListener extends Object implements javax.servlet.AsyncListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isApplicationContextActive |
static Long |
onComplete |
static Long |
onError |
static Long |
onStartAsync |
static Long |
onTimeout |
| Constructor and Description |
|---|
SimpleAsyncListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(javax.servlet.AsyncEvent event) |
void |
onError(javax.servlet.AsyncEvent event) |
void |
onStartAsync(javax.servlet.AsyncEvent event) |
void |
onTimeout(javax.servlet.AsyncEvent event) |
public static Long onStartAsync
public static Long onError
public static Long onTimeout
public static Long onComplete
public static boolean isApplicationContextActive
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.AsyncListenerIOExceptionCopyright © 2008–2016 CDI TCK. All rights reserved.