Uses of Class
com.ca.commons.jndi.beans.JNDIBeanStore

Packages that use JNDIBeanStore
com.ca.commons.jndi.beans Framework for mapping JNDI directories to Java Beans. 
 

Uses of JNDIBeanStore in com.ca.commons.jndi.beans
 

Methods in com.ca.commons.jndi.beans that return JNDIBeanStore
 JNDIBeanStore JNDIBeanStoreFactory.newBeanStore(DirContext ctx)
          Creates a new JNDIBeanStore using a FixedDirContextFactory.
 JNDIBeanStore JNDIBeanStoreFactory.newBeanStore(DirContextFactory ctxFactory)
          Creates a new JNDIBeanStore using the specified DirContextFactory.
 JNDIBeanStore JNDIBeanStoreFactory.newBeanStore(Properties jndiEnv)
          Creates a new JNDIBeanStore using a StandardDirContextFactory.
 



Created 2011-07-14 13:27 EST