public class OpenEJBSecurityListener extends Object implements javax.servlet.AsyncListener
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenEJBSecurityListener.RequestCapturer |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<org.apache.catalina.connector.Request> |
requests |
| 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 static final ThreadLocal<org.apache.catalina.connector.Request> requests
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–2022 The Apache Software Foundation. All rights reserved.