API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.spi. DirObjectFactory View Source
Author(s)
Rosanna Lee
Scott Seligman
Since
1.3
Version
1.12 05/11/17
Serial
Hierarchy
 ObjectFactory
      DirObjectFactory
Subinterfaces
Description
public interface DirObjectFactory
  This interface represents a factory for creating an object given an object and attributes about the object.
Methods
Hide/Show inherited methods
public Object getObjectInstance (Object obj, Name name, Context nameCtx, Hashtable<Object, Object> environment, Attributes attrs) throws Exception
  Creates an object using the location or reference information, and attributes specified.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar