org.apache.openejb.config
Class ConfigurationFactory.Chain

java.lang.Object
  extended by org.apache.openejb.config.ConfigurationFactory.Chain
All Implemented Interfaces:
DynamicDeployer
Enclosing class:
ConfigurationFactory

public static class ConfigurationFactory.Chain
extends Object
implements DynamicDeployer


Constructor Summary
ConfigurationFactory.Chain()
           
 
Method Summary
 boolean add(DynamicDeployer o)
           
 AppModule deploy(AppModule appModule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationFactory.Chain

public ConfigurationFactory.Chain()
Method Detail

add

public boolean add(DynamicDeployer o)

deploy

public AppModule deploy(AppModule appModule)
                 throws OpenEJBException
Specified by:
deploy in interface DynamicDeployer
Throws:
OpenEJBException


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