JavaTM 2 Platform
Standard Ed. 5.0

Uses of Class
javax.naming.spi.DirStateFactory.Result

Packages that use DirStateFactory.Result
javax.naming.spi Provides the means for dynamically plugging in support for accessing naming and directory services through the javax.naming and related packages. 
 

Uses of DirStateFactory.Result in javax.naming.spi
 

Methods in javax.naming.spi that return DirStateFactory.Result
 DirStateFactory.Result DirStateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment, Attributes inAttrs)
          Retrieves the state of an object for binding given the object and attributes to be transformed.
static DirStateFactory.Result DirectoryManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment, Attributes attrs)
          Retrieves the state of an object for binding when given the original object and its attributes.
 


JavaTM 2 Platform
Standard Ed. 5.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.