1 7 8 package javax.naming.spi; 9 10 import java.util.Hashtable ; 11 import javax.naming.*; 12 import javax.naming.directory.Attributes ; 13 14 46 47 public interface DirObjectFactory extends ObjectFactory { 48 111 public Object getObjectInstance(Object obj, Name name, Context nameCtx, 112 Hashtable <?,?> environment, 113 Attributes attrs) 114 throws Exception ; 115 } 116 | Popular Tags |