org.apache.tomee.catalina
Class OpenEJBSecurityListener

java.lang.Object
  extended by org.apache.tomee.catalina.OpenEJBSecurityListener
All Implemented Interfaces:
EventListener, javax.servlet.AsyncListener

public class OpenEJBSecurityListener
extends Object
implements javax.servlet.AsyncListener


Constructor Summary
OpenEJBSecurityListener(TomcatSecurityService service, org.apache.catalina.connector.Request req)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenEJBSecurityListener

public OpenEJBSecurityListener(TomcatSecurityService service,
                               org.apache.catalina.connector.Request req)
Method Detail

onComplete

public void onComplete(javax.servlet.AsyncEvent asyncEvent)
                throws IOException
Specified by:
onComplete in interface javax.servlet.AsyncListener
Throws:
IOException

onError

public void onError(javax.servlet.AsyncEvent asyncEvent)
             throws IOException
Specified by:
onError in interface javax.servlet.AsyncListener
Throws:
IOException

onStartAsync

public void onStartAsync(javax.servlet.AsyncEvent asyncEvent)
                  throws IOException
Specified by:
onStartAsync in interface javax.servlet.AsyncListener
Throws:
IOException

onTimeout

public void onTimeout(javax.servlet.AsyncEvent asyncEvent)
               throws IOException
Specified by:
onTimeout in interface javax.servlet.AsyncListener
Throws:
IOException

enter

public void enter()

exit

public void exit()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.