|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.openejb.tomcat.loader.OpenEJBListener
public class OpenEJBListener
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. The benefit of this is that
OpenEJB is guaranteed to start before all webapps.
| Constructor Summary | |
|---|---|
OpenEJBListener()
|
|
| Method Summary | |
|---|---|
static boolean |
isListenerInstalled()
|
void |
lifecycleEvent(org.apache.catalina.LifecycleEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenEJBListener()
| Method Detail |
|---|
public static boolean isListenerInstalled()
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
lifecycleEvent in interface org.apache.catalina.LifecycleListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||