Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.naming.spi.ObjectFactory

Uses of ObjectFactory in javax.naming.spi
 

Subinterfaces of ObjectFactory in javax.naming.spi
 interface DirObjectFactory
           
 

Methods in javax.naming.spi that return ObjectFactory
 ObjectFactory ObjectFactoryBuilder.createObjectFactory(java.lang.Object obj, java.util.Hashtable environment)
           
 

Methods in javax.naming.spi with parameters of type ObjectFactory
private static java.lang.Object DirectoryManager.tryCreateObject(ObjectFactory factory, java.lang.Object refInfo, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment, javax.naming.directory.Attributes attrs)