org.apache.catalina.core
Class AsyncListenerWrapper
java.lang.Object
org.apache.catalina.core.AsyncListenerWrapper
public class AsyncListenerWrapper
- extends Object
TODO SERVLET3 - async
- Author:
- fhanik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncListenerWrapper
public AsyncListenerWrapper()
fireOnStartAsync
public void fireOnStartAsync(AsyncEvent event)
throws IOException
- Throws:
IOException
fireOnComplete
public void fireOnComplete(AsyncEvent event)
throws IOException
- Throws:
IOException
fireOnTimeout
public void fireOnTimeout(AsyncEvent event)
throws IOException
- Throws:
IOException
fireOnError
public void fireOnError(AsyncEvent event)
throws IOException
- Throws:
IOException
getListener
public AsyncListener getListener()
setListener
public void setListener(AsyncListener listener)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.