com.ca.jcs.cache
Class CachedLdapDN

java.lang.Object
  extended by com.ca.jcs.util.SimpleLdapName
      extended by com.ca.jcs.cache.CachedLdapDN
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Object>, Name

public class CachedLdapDN
extends SimpleLdapName

Marker class used so that DNs taken from the cache (which may occasionally be stale, can be distinguished from those looked up directly from the native system.

See Also:
Serialized Form

Constructor Summary
CachedLdapDN()
           
CachedLdapDN(Name name)
           
CachedLdapDN(String upName)
           
 
Method Summary
 
Methods inherited from class com.ca.jcs.util.SimpleLdapName
add, add, add, add, addAll, addAll, clone, compareTo, endsWith, equals, get, getAll, getAllRdns, getPrefix, getRdn, getSuffix, hashCode, isEmpty, main, rdnFromEscapedString, remove, size, startsWith, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachedLdapDN

public CachedLdapDN()

CachedLdapDN

public CachedLdapDN(Name name)
             throws InvalidNameException
Throws:
InvalidNameException

CachedLdapDN

public CachedLdapDN(String upName)
             throws InvalidNameException
Throws:
InvalidNameException


Created 2011-07-14 13:27 EST