Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.naming.spi

Interface DirObjectFactory

java.lang.Object
|
+--javax.naming.spi.ObjectFactory
   |
   +--javax.naming.spi.DirObjectFactory

All Implemented Interfaces:

ObjectFactory


public interface DirObjectFactory

implements ObjectFactory

Author:

Method Summary

java.lang.ObjectgetObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment, javax.naming.directory.Attributes attrs)

Method Details

getObjectInstance

public Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment, javax.naming.directory.Attributes attrs)

Author:Parameters: