org.openejb.loader
Class EmbeddingLoader

java.lang.Object
  extended byorg.openejb.loader.EmbeddingLoader
All Implemented Interfaces:
Loader

public class EmbeddingLoader
extends Object
implements Loader


Constructor Summary
EmbeddingLoader()
           
 
Method Summary
 void load(Hashtable env)
          Checks to see if OpenEJB is available through classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddingLoader

public EmbeddingLoader()
Method Detail

load

public void load(Hashtable env)
          throws Exception
Checks to see if OpenEJB is available through classpath. If it isn't, then the required libraries are added and OpenEJB is pulled in and instantiated.

Specified by:
load in interface Loader
Parameters:
env -
Throws:
Exception


Copyright © 1999-2005 OpenEJB. All Rights Reserved.