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

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

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

Subclasses of JNDIBeanStoreException in com.ca.commons.jndi.beans
 class BeanStoreInvalidPropertyException
           
 class JNDIBeanStoreConfigException
           
 

Methods in com.ca.commons.jndi.beans that throw JNDIBeanStoreException
 void JNDIBeanStoreFactory.addMap(InputStream in, ClassLoader classLoader)
           
 void JNDIBeanStoreFactory.addMap(com.ca.commons.jndi.beans.xmlbind.Jndibeanmap beanMap, ClassLoader classLoader)
           
protected  Object NumberPropertyHandler.attrib2Property(Object attrValue)
          Converts a single attribute value to a value to be included in the Collection result.
protected  Object MultiValuedAttribHandler.attrib2Property(Object attrValue)
          Converts a single attribute value to a value to be included in the Collection result.
protected  Object LdapNamePropertyHandler.attrib2Property(Object attrValue)
           
protected  Object EnumPropertyHandler.attrib2Property(Object attrValue)
          Converts a single attribute value to a value to be included in the Collection result.
protected  Object ByteDataPropertyHandler.attrib2Property(Object attrValue)
           
 List URIPropertyHandler.getAttributeValues(Object value)
           
 List<?> MultiValuedAttribHandler.getAttributeValues(Object value)
          Converts elements of a Collection into a values of a multivalued JNDI attribute.
 List<?> JNDIBeanPropertyHandler.getAttributeValues(Object value)
          Converts a Java Bean property value into one or more JNDI attribute values.
 List EmailAddressPropertyHandler.getAttributeValues(Object value)
           
 List CharacterPropertyHandler.getAttributeValues(Object value)
           
 String JNDIBeanStoreFactory.getDN(BeanStoreClassSpec<?> cl, String rdn)
           
 String JNDIBeanStore.getDN(BeanStoreClassSpec<?> cl, String rdn)
           
 String JNDIBeanStoreFactory.getDN(BeanStoreClassSpec<?> cl, String rdn, String baseDN)
           
 String JNDIBeanStore.getDN(BeanStoreClassSpec<?> cl, String rdn, String baseDN)
           
 String JNDIBeanStore.getDN(BeanStoreClassSpec<?> cl, String rdn, String[] args)
           
 String JNDIBeanStore.getDN(BeanStoreClassSpec<?> cl, String rdn, String[] args, String baseDN)
           
 String JNDIBeanStore.getDN(Class<?> cl, String rdn)
           
 String JNDIBeanStore.getDN(Class<?> cl, String rdn, String baseDN)
           
 String JNDIBeanStore.getDN(Class<?> cl, String rdn, String[] args, String baseDN)
           
 Object URIPropertyHandler.getPropertyValue(Attribute[] attr)
           
 Object EmailAddressPropertyHandler.getPropertyValue(Attribute[] attr)
           
 Object CharacterPropertyHandler.getPropertyValue(Attribute[] attr)
           
protected  Object NumberPropertyHandler.property2Attrib(Object propValue)
          Converts a single property value to an attribute value.
protected  Object MultiValuedAttribHandler.property2Attrib(Object propValue)
          Converts a single property value to an attribute value.
protected  Object LdapNamePropertyHandler.property2Attrib(Object propValue)
           
protected  Object EnumPropertyHandler.property2Attrib(Object propValue)
          Converts a single property value to an attribute value.
 



Created 2011-07-14 13:27 EST