E I L O T

E

embed(Properties, ClassLoader) - Static method in class org.apache.openejb.tomcat.loader.TomcatEmbedder
 

I

init(ServletConfig) - Method in class org.apache.openejb.tomcat.loader.LoaderServlet
 
isListenerInstalled() - Static method in class org.apache.openejb.tomcat.loader.OpenEJBListener
 

L

lifecycleEvent(LifecycleEvent) - Method in class org.apache.openejb.tomcat.loader.OpenEJBListener
 
LoaderServlet - Class in org.apache.openejb.tomcat.loader
The sole purpose of this class is to call the TomcatEmbedder.embed(java.util.Properties, java.lang.ClassLoader) method This class gets the location of this webapp and assumes that it is the openejb.war file then calls the embedder.
LoaderServlet() - Constructor for class org.apache.openejb.tomcat.loader.LoaderServlet
 

O

OpenEJBListener - Class in org.apache.openejb.tomcat.loader
The sole purpose of this class is to call the TomcatEmbedder.embed(java.util.Properties, java.lang.ClassLoader) method This is an alternate way to load the Tomcat integration This approach is mutually exclussive to the LoaderServlet This class does nothing more than scrape around in Tomcat and look for the openejb.war so it can call the embedder This class can be installed in the Tomcat server.xml as an alternate way to bootstrap OpenEJB into Tomcat.
OpenEJBListener() - Constructor for class org.apache.openejb.tomcat.loader.OpenEJBListener
 
org.apache.openejb.tomcat.loader - package org.apache.openejb.tomcat.loader
 

T

TomcatEmbedder - Class in org.apache.openejb.tomcat.loader
Ultimately this class does nothing lasting and just calls TomcatHook.hook(java.util.Properties) This class needs to know the path to the openejb.war file.
TomcatEmbedder() - Constructor for class org.apache.openejb.tomcat.loader.TomcatEmbedder
 

E I L O T

Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.