The DirStateFactory interface describes a factory used to get
the state of an object to be bound. DirStateFactory is a
specific version of StateFactory for
DirectoryManager.
See Also:StateFactory See Also:DirectoryManager
Similar to StateFactory.getStateToBind with an additional
attributes parameter.
Parameters: o - an object Parameters: n - a name Parameters: c - a context Parameters: envmt - a context environment Parameters: a - some attributes the state as a Result instance, containing anobject and associated attributes. throws: NamingException - if an exception occurs See Also:StateFactory.getStateToBind(ObjectNameContextHashtable)