public class SimpleAsyncListener extends Object implements javax.servlet.AsyncListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isSessionContextActive |
| 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 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-2015 Seam Framework. All Rights Reserved.