/[classpath]/classpath/javax/naming/spi/DirObjectFactory.java
ViewVC logotype

Diff of /classpath/javax/naming/spi/DirObjectFactory.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.2 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.3.2.3 by tromey, Sun Nov 27 18:28:18 2005 UTC
# Line 51  import javax.naming.directory.Attributes Line 51  import javax.naming.directory.Attributes
51  public interface DirObjectFactory extends ObjectFactory  public interface DirObjectFactory extends ObjectFactory
52  {  {
53    Object getObjectInstance(Object obj, Name name, Context nameCtx,    Object getObjectInstance(Object obj, Name name, Context nameCtx,
54                                    Hashtable environment, Attributes attrs)                                    Hashtable<?, ?> environment, Attributes attrs)
55                                    throws Exception;                                    throws Exception;
56  }  }

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26