public class OpenEJBSecurityListener extends Object implements javax.servlet.AsyncListener
| Constructor and Description |
|---|
OpenEJBSecurityListener(TomcatSecurityService service,
org.apache.catalina.connector.Request req) |
| Modifier and Type | Method and Description |
|---|---|
void |
enter() |
void |
exit() |
void |
onComplete(javax.servlet.AsyncEvent asyncEvent) |
void |
onError(javax.servlet.AsyncEvent asyncEvent) |
void |
onStartAsync(javax.servlet.AsyncEvent asyncEvent) |
void |
onTimeout(javax.servlet.AsyncEvent asyncEvent) |
public OpenEJBSecurityListener(TomcatSecurityService service, org.apache.catalina.connector.Request req)
public void onComplete(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onComplete in interface javax.servlet.AsyncListenerIOExceptionpublic void onError(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onError in interface javax.servlet.AsyncListenerIOExceptionpublic void onStartAsync(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onStartAsync in interface javax.servlet.AsyncListenerIOExceptionpublic void onTimeout(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onTimeout in interface javax.servlet.AsyncListenerIOExceptionpublic void enter()
public void exit()
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.