net.sf.jldapbeans.lang
Class LdapObject

java.lang.Object
  extended by net.sf.jldapbeans.lang.LdapObject

public abstract class LdapObject
extends java.lang.Object


Constructor Summary
LdapObject()
           
 
Method Summary
abstract  void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
protected  void contextualize(javax.naming.ldap.LdapName name, javax.naming.ldap.LdapContext context)
           
 boolean equals(java.lang.Object o)
           
protected  javax.naming.directory.Attributes getAttributes()
           
protected  javax.naming.ldap.LdapContext getContext()
           
 LdapClass getLdapClass()
           
 javax.naming.ldap.LdapName getName()
           
 int hashCode()
           
abstract  void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 java.lang.String toString()
           
protected  void uncontextualize()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapObject

public LdapObject()
Method Detail

addPropertyChangeListener

public abstract void addPropertyChangeListener(java.beans.PropertyChangeListener listener)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getAttributes

protected final javax.naming.directory.Attributes getAttributes()

uncontextualize

protected final void uncontextualize()
                              throws javax.naming.NamingException
Throws:
javax.naming.NamingException

getContext

protected final javax.naming.ldap.LdapContext getContext()

getLdapClass

public final LdapClass getLdapClass()
                             throws LdapClassException
Throws:
LdapClassException

getName

public final javax.naming.ldap.LdapName getName()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

contextualize

protected void contextualize(javax.naming.ldap.LdapName name,
                             javax.naming.ldap.LdapContext context)
                      throws javax.naming.NamingException
Throws:
javax.naming.NamingException

removePropertyChangeListener

public abstract void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 jLDAPBeans Team. All Rights Reserved.