Uses of Class
net.sf.jldapbeans.lang.LdapClass

Packages that use LdapClass
net.sf.jldapbeans.lang   
 

Uses of LdapClass in net.sf.jldapbeans.lang
 

Methods in net.sf.jldapbeans.lang that return LdapClass
static LdapClass LdapClass.classOf(java.lang.Object obj)
          Obtains a LdapClass instance for an object that may be a LDAP bean.
static LdapClass LdapClass.forName(java.lang.String... objectClasses)
          Searches in BeanRepository for the names specified as objectClass maps each one as a java.lang.Class.
 LdapClass LdapObject.getLdapClass()
           
 LdapClass BeanInstantiationException.getLdapClass()
           
static LdapClass LdapClass.merge(java.lang.Class<?>... classes)
          Merges an array of any kind of java class into a LdapClass instance indentifying which of the classes received are valid LDAP bean classes.
static LdapClass LdapClass.merge(LdapClass... ldapClasses)
          Merges an array of instances of LdapClass
static LdapClass LdapClass.merge(LdapClass ldapClass, java.lang.Class<?>... classes)
          Merges a LdapClass instance with an array of any kind of java classes.
 

Methods in net.sf.jldapbeans.lang with parameters of type LdapClass
static java.lang.Object LdapClass.aggregate(java.lang.Object obj, LdapClass... ldapClasses)
          Aggregates an array of any kind of LDAP classes to an LDAP bean instance.
protected  javax.naming.directory.Attribute LdapStateFactory.getObjectClass(LdapClass ldapClass)
           
static LdapClass LdapClass.merge(LdapClass... ldapClasses)
          Merges an array of instances of LdapClass
static LdapClass LdapClass.merge(LdapClass ldapClass, java.lang.Class<?>... classes)
          Merges a LdapClass instance with an array of any kind of java classes.
 

Constructors in net.sf.jldapbeans.lang with parameters of type LdapClass
BeanInstantiationException(LdapClass ldapClass)
           
BeanInstantiationException(LdapClass ldapClass, java.lang.String msg)
           
BeanInstantiationException(LdapClass ldapClass, java.lang.String msg, java.lang.Throwable t)
           
BeanInstantiationException(LdapClass ldapClass, java.lang.Throwable t)
           
 



Copyright © 2005 jLDAPBeans Team. All Rights Reserved.