Package com.ca.commons.jndi.beans

Framework for mapping JNDI directories to Java Beans.

See:
          Description

Interface Summary
BeanStoreSearchSpec.ResultFactory<T>  
DirContextFactory A factory interface for creating DirContext instances.
JNDIBeanPropertyHandler A handler to translate JNDI attributes into Java Bean property values and vice versa.
 

Class Summary
BeanStoreActionSpec  
BeanStoreClassSpec<T>  
BeanStoreSearchSpec<R>  
BooleanPropertyHandler  
ByteDataPropertyHandler  
CharacterPropertyHandler  
DataModelBinaryPropertyHandler  
EmailAddressPropertyHandler  
EnumPropertyHandler Simple handler for enumerated type attributes, for performing mappings from user-friendly (often used as display) values to less-friendly internal values.
FailureSimulateDirContextFactory  
FixedDirContextFactory A directory context factory that always produces the same context instance.
JNDIBeanStore  
JNDIBeanStoreFactory  
LdapNamePropertyHandler  
MappingDummyDirContextFactory Created by IntelliJ IDEA.
MultiValuedAttribHandler A JNDI bean handler implementation to assist processing of multi-valued JNDI attributes.
NumberPropertyHandler  
ResilientDirContextFactory A factory that produces a directory context that can automatically recover from communication failures.
StandardDirContextFactory A directory context factory that creates a new context every time one is requested.
StringPropertyHandler  
URIPropertyHandler  
 

Exception Summary
BeanStoreInvalidPropertyException  
JNDIBeanStoreConfigException  
JNDIBeanStoreException  
 

Package com.ca.commons.jndi.beans Description

Framework for mapping JNDI directories to Java Beans.



Created 2011-07-14 13:27 EST