/[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 by uid67440, Fri Dec 26 20:27:04 2003 UTC revision 1.3.2.1 by gnu_andrew, Sat Jan 15 17:02:18 2005 UTC
# Line 1  Line 1 
1  /* DirObjectFactory.java --  /* DirObjectFactory.java --
2     Copyright (C) 2001 Free Software Foundation, Inc.     Copyright (C) 2001, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package javax.naming.spi;  package javax.naming.spi;
40    
41  import java.util.Hashtable;  import java.util.Hashtable;
42    
43  import javax.naming.Context;  import javax.naming.Context;
44  import javax.naming.Name;  import javax.naming.Name;
45  import javax.naming.directory.Attributes;  import javax.naming.directory.Attributes;
46    
47  /**  /**
48   * @author Warren Levy <warrenl@redhat.com>   * @author Warren Levy (warrenl@redhat.com)
49   * @date June 1, 2001   * @date June 1, 2001
50   */   */
   
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,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

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