org.apache.openejb.config
Class BeanProperties

java.lang.Object
  extended by org.apache.openejb.config.BeanProperties
All Implemented Interfaces:
DynamicDeployer

public class BeanProperties
extends Object
implements DynamicDeployer

Version:
$Rev$ $Date$

Constructor Summary
BeanProperties()
           
 
Method Summary
 void addGlobalProperties(Properties properties)
           
 void addGlobalProperties(String prefix, Properties properties)
           
 void addProperties(String id, Properties properties)
           
 AppModule deploy(AppModule appModule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanProperties

public BeanProperties()
Method Detail

deploy

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

addProperties

public void addProperties(String id,
                          Properties properties)

addGlobalProperties

public void addGlobalProperties(Properties properties)

addGlobalProperties

public void addGlobalProperties(String prefix,
                                Properties properties)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.