Uses of Interface
org.apache.directory.shared.ldap.entry.Entry

Packages that use Entry
org.apache.directory.shared.ldap.entry   
org.apache.directory.shared.ldap.entry.client   
 

Uses of Entry in org.apache.directory.shared.ldap.entry
 

Classes in org.apache.directory.shared.ldap.entry that implement Entry
 class AbstractEntry<K>
          The Abstract class where all the DefaultClientEntry and DefaultServerEntry common fields and methods will be found.
 

Methods in org.apache.directory.shared.ldap.entry that return Entry
 Entry AbstractEntry.clone()
          Clone the current entry
 Entry Entry.clone()
          Clone the current entry
 

Uses of Entry in org.apache.directory.shared.ldap.entry.client
 

Subinterfaces of Entry in org.apache.directory.shared.ldap.entry.client
 interface ClientEntry
          An entry implementation intended for use by clients.
 

Classes in org.apache.directory.shared.ldap.entry.client that implement Entry
 class DefaultClientEntry
          A default implementation of a ServerEntry which should suite most use cases.
 

Methods in org.apache.directory.shared.ldap.entry.client that return Entry
 Entry DefaultClientEntry.clone()
          Clone an entry.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.