net.sf.jldapbeans.lang
Class LdapObject
java.lang.Object
net.sf.jldapbeans.lang.LdapObject
public abstract class LdapObject
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LdapObject
public LdapObject()
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.