org.openejb.loader
Class OpenEJBInstance

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

public class OpenEJBInstance
extends 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(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 Exception
Throws:
Exception
Method Detail

init

public void init(Properties props)
          throws Exception
Throws:
Exception

isInitialized

public boolean isInitialized()


Copyright © 1999-2012 OpenEJB. All Rights Reserved.