org.apache.geronimo.naming.deployment
Class ENCHelper

java.lang.Object
  extended by org.apache.geronimo.naming.deployment.ENCHelper

public class ENCHelper
extends Object


Nested Class Summary
static class ENCHelper.XmlEnvRefs
           
 
Field Summary
static String[][] ENC_XPATHS
           
static String[][] NAME_XPATHS
           
 
Constructor Summary
ENCHelper(DDBean ddBean, ENCHelper.XmlEnvRefs envRefs, String[] xpaths, String[] namePaths)
           
 
Method Summary
 DConfigBean getDConfigBean(DDBean ddBean)
           
 void removeDConfigBean(DConfigBean dcBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENC_XPATHS

public static final String[][] ENC_XPATHS

NAME_XPATHS

public static final String[][] NAME_XPATHS
Constructor Detail

ENCHelper

public ENCHelper(DDBean ddBean,
                 ENCHelper.XmlEnvRefs envRefs,
                 String[] xpaths,
                 String[] namePaths)
Method Detail

getDConfigBean

public DConfigBean getDConfigBean(DDBean ddBean)
                           throws ConfigurationException
Throws:
ConfigurationException

removeDConfigBean

public void removeDConfigBean(DConfigBean dcBean)
                       throws BeanNotFoundException
Throws:
BeanNotFoundException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.