org.openejb.loader
Class OpenEJBInstance

java.lang.Object
  extended by org.openejb.loader.OpenEJBInstance

public class OpenEJBInstance
extends java.lang.Object

This class can exist in several child classloaders Specifically in the tomcat webapp style, this class is loaded several times.


Constructor Summary
OpenEJBInstance()
           
 
Method Summary
 void init(java.util.Properties props)
           
 boolean isInitialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenEJBInstance

public OpenEJBInstance()
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

init

public void init(java.util.Properties props)
          throws java.lang.Exception
Throws:
java.lang.Exception

isInitialized

public boolean isInitialized()


Copyright © 1999-2011 OpenEJB. All Rights Reserved.