edu.vt.middleware.ldap.bean
Class SortedLdapBeanFactory.SortedLdapResult

java.lang.Object
  extended by edu.vt.middleware.ldap.bean.AbstractLdapBean
      extended by edu.vt.middleware.ldap.bean.AbstractLdapResult<TreeMap<String,LdapEntry>>
          extended by edu.vt.middleware.ldap.bean.SortedLdapBeanFactory.SortedLdapResult
All Implemented Interfaces:
LdapResult
Enclosing class:
SortedLdapBeanFactory

protected class SortedLdapBeanFactory.SortedLdapResult
extends AbstractLdapResult<TreeMap<String,LdapEntry>>

SortedLdapResult represents a collection of ldap entries that are sorted by their DN.


Field Summary
 
Fields inherited from class edu.vt.middleware.ldap.bean.AbstractLdapResult
entries, HASH_CODE_SEED
 
Fields inherited from class edu.vt.middleware.ldap.bean.AbstractLdapBean
beanFactory, logger
 
Constructor Summary
SortedLdapBeanFactory.SortedLdapResult()
          Default constructor.
 
Method Summary
 
Methods inherited from class edu.vt.middleware.ldap.bean.AbstractLdapResult
addEntries, addEntries, addEntries, addEntry, addEntry, clear, getEntries, getEntry, hashCode, size, toSearchResults, toString
 
Methods inherited from class edu.vt.middleware.ldap.bean.AbstractLdapBean
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortedLdapBeanFactory.SortedLdapResult

public SortedLdapBeanFactory.SortedLdapResult()
Default constructor.



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.