Serialized Form
buf
byte[] buf
- Contains the bytes of the address.
 This field is initialized by the constructor and returned
 using getAddressBytes() and getAddressContents().
 
boundObj
java.lang.Object boundObj
- Contains this binding's object.
 It is initialized by the constuctor and can be updated using
 setObject.
- See Also: 
 Binding.getObject(), 
Binding.setObject(java.lang.Object)
 
 
altName
Name altName
- Contains the name of the resolved object, relative
 to the context 
altNameCtx.  It is a composite name.
 If null, then no name is specified.
 See the javax.naming.spi.ObjectFactory.getObjectInstance
 method for details on how this is used.
 
 This field is initialized to null.
 It should not be manipulated directly:  it should
 be accessed and updated using getAltName() and setAltName().
- See Also: 
 CannotProceedException.getAltName(), 
CannotProceedException.setAltName(javax.naming.Name), 
CannotProceedException.altNameCtx, 
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)
 
 
altNameCtx
Context altNameCtx
- Contains the context relative to which
 
altName is specified.  If null, then the default initial
 context is implied.
 See the javax.naming.spi.ObjectFactory.getObjectInstance
 method for details on how this is used.
 
 This field is initialized to null.
 It should not be manipulated directly:  it should
 be accessed and updated using getAltNameCtx() and setAltNameCtx().
- See Also: 
 CannotProceedException.getAltNameCtx(), 
CannotProceedException.setAltNameCtx(javax.naming.Context), 
CannotProceedException.altName, 
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)
 
 
environment
java.util.Hashtable environment
- Contains the environment
 relevant for the Context or DirContext method that cannot proceed.
 
 This field is initialized to null.
 It should not be manipulated directly:  it should be accessed
 and updated using getEnvironment() and setEnvironment().
- See Also: 
 CannotProceedException.getEnvironment(), 
CannotProceedException.setEnvironment(java.util.Hashtable)
 
 
remainingNewName
Name remainingNewName
- Contains the remaining unresolved part of the second
 "name" argument to Context.rename().
 This information necessary for
 continuing the Context.rename() operation.
 
 This field is initialized to null.
 It should not be manipulated directly:  it should
 be accessed and updated using getRemainingName() and setRemainingName().
- See Also: 
 CannotProceedException.getRemainingNewName(), 
CannotProceedException.setRemainingNewName(javax.naming.Name)
 
 
readObject
private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
- Overriden to avoid implementation dependency.
 
writeObject
private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
- Overriden to avoid implementation dependency.
- Serial Data:
 - The number of components (an int) followed by
 the individual components (each a String).
 
 
 
readObject
private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
- Overriden to avoid implementation dependency.
 
writeObject
private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
- Overriden to avoid implementation dependency.
- Serial Data:
 - The syntax Properties, followed by
 the number of components (an int), and the individual
 components (each a String).
 
 
 
linkExplanation
java.lang.String linkExplanation
- Contains the exception of why resolution of the link failed.
 Can be null. This field is initialized by the constructors.
 You should access and manipulate this field
 through its get and set methods.
- See Also: 
 LinkException.getLinkExplanation(), 
LinkException.setLinkExplanation(java.lang.String)
 
 
linkRemainingName
Name linkRemainingName
- Contains the remaining link name that has not been resolved yet.
 It is a composite name and can be null. 
 This field is initialized by the constructors.
 You should access and manipulate this field
 through its get and set methods.
- See Also: 
 LinkException.getLinkRemainingName(), 
LinkException.setLinkRemainingName(javax.naming.Name)
 
 
linkResolvedName
Name linkResolvedName
- Contains the part of the link that has been successfully resolved.
 It is a composite name and can be null.
 This field is initialized by the constructors.
 You should access and manipulate this field
 through its get and set methods.
- See Also: 
 LinkException.getLinkResolvedName(), 
LinkException.setLinkResolvedName(javax.naming.Name)
 
 
linkResolvedObj
java.lang.Object linkResolvedObj
- Contains the object to which resolution of the part of the link was successful.
 Can be null. This field is initialized by the constructors.
 You should access and manipulate this field
 through its get and set methods.
- See Also: 
 LinkException.getLinkResolvedObj(), 
LinkException.setLinkResolvedObj(java.lang.Object)
 
 
className
java.lang.String className
- Contains the class name contained in this NameClassPair.
 It is initialized by the constructor and can be updated using
 setClassName().
- See Also: 
 NameClassPair.getClassName(), 
NameClassPair.setClassName(java.lang.String)
 
 
isRel
boolean isRel
- Records whether the name of this NameClassPair
 is relative to the target context.
 It is initialized by the constructor and can be updated using
 setRelative().
- See Also: 
 NameClassPair.isRelative(), 
NameClassPair.setRelative(boolean), 
NameClassPair.getName(), 
NameClassPair.setName(java.lang.String)
 
 
name
java.lang.String name
- Contains the name of this NameClassPair.
 It is initialized by the constructor and can be updated using
 setName().
- See Also: 
 NameClassPair.getName(), 
NameClassPair.setName(java.lang.String)
 
 
remainingName
Name remainingName
- Contains the remaining name that has not been resolved yet.
 It is a composite name and can be null. 
 This field is initialized by the constructors.
 You should access and manipulate this field
 through its get, set, "append" methods.
- See Also: 
 NamingException.getRemainingName(), 
NamingException.setRemainingName(javax.naming.Name), 
NamingException.appendRemainingName(javax.naming.Name), 
NamingException.appendRemainingComponent(java.lang.String)
 
 
resolvedName
Name resolvedName
- Contains the part of the name that has been successfully resolved.
 It is a composite name and can be null.
 This field is initialized by the constructors.
 You should access and manipulate this field
 through its get and set methods.
- See Also: 
 NamingException.getResolvedName(), 
NamingException.setResolvedName(javax.naming.Name)
 
 
resolvedObj
java.lang.Object resolvedObj
- Contains the object to which resolution of the part of the name was 
 successful. Can be null. 
 This field is initialized by the constructors.
 You should access and manipulate this field
 through its get and set methods.
- See Also: 
 NamingException.getResolvedObj(), 
NamingException.setResolvedObj(java.lang.Object)
 
 
rootException
java.lang.Throwable rootException
- Contains the original exception that caused this NamingException to
 be thrown. This field is set if there is additional
 information that that could be obtained from the original
 exception, or if there original exception could not be
 mapped to a subclass of NamingException.
 Can be null. This field is initialized by the constructors.
 You should access and manipulate this field
 through its get and set methods.
- See Also: 
 NamingException.getRootCause(), 
NamingException.setRootCause(java.lang.Throwable)
 
 
addrType
java.lang.String addrType
- Contains the type of this address.
 
addrs
java.util.Vector addrs
- Contains the adddresses contained in this Reference.
 Initialized by constructor.
 
classFactory
java.lang.String classFactory
- Contains the name of the factory class for creating
 an instance of the object to which this Reference refers.
 Initialized to null.
 
classFactoryLocation
java.lang.String classFactoryLocation
- Contains the location of the factory class.
 Initialized to null.
 
className
java.lang.String className
- Contains the fully-qualified name of the class of the object to which
 this Reference refers.
- See Also: 
 Class.getName()
 
 
contents
java.lang.String contents
- Contains the contents of this address.
 Can be null.
 
| 
Package javax.naming.directory | 
unexecs
ModificationItem[] unexecs
- Contains the possibly null list of unexecuted modifications.
 
readObject
private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
- Overriden to avoid exposing implementation details.
 
writeObject
private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
- Overriden to avoid exposing implementation details
- Serial Data:
 - Default field (the attribute ID -- a String), 
 followed by the number of values (an int), and the
 individual values.
 
 
 
attrID
java.lang.String attrID
- Holds the attribute's id. It is initialized by the public constructor and 
 cannot be null unless methods in Attribute that use attrID
 have been overridden.
 
readObject
private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
- Overriden to avoid exposing implementation details.
 
writeObject
private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
- Overriden to avoid exposing implementation details.
- Serial Data:
 - Default field (ignoreCase flag -- a boolean), followed by
 the number of attributes in the set
 (an int), and then the individual Attribute objects.
 
 
 
ignoreCase
boolean ignoreCase
- Indicates whether case of attribute ids is ignored.
 
attr
Attribute attr
- Contains the attribute identifying
 the attribute and/or its value to be applied for the modification.
 
mod_op
int mod_op
- Contains an integer identify the modification
 to be performed.
 
attributesToReturn
java.lang.String[] attributesToReturn
- Contains the list of attributes to be returned in
 SearchResult for each matching entry of search. null
 indicates that all attributes are to be returned.
 
countLimit
long countLimit
- Contains the maximum number of SearchResults to return.
 
derefLink
boolean derefLink
- Indicates whether JNDI links are dereferenced during
 search.
 
returnObj
boolean returnObj
- Indicates whether object is returned in SearchResult.
 
searchScope
int searchScope
- Contains the scope with which to apply the search. One of
 ONELEVE_SCOPE, OBJECT_SCOPE, or 
 SUBTREE_SCOPE.
 
timeLimit
int timeLimit
- Contains the milliseconds to wait before returning
 from search.
 
attrs
Attributes attrs
- Contains the attributes returned with the object.
 
For more information on JNDI, please see http://java.sun.com/products/jndi