javax.naming.spi
Class DirectoryManager

java.lang.Object
  extended by javax.naming.spi.NamingManager
      extended by javax.naming.spi.DirectoryManager

public class DirectoryManager
extends NamingManager


Field Summary
 
Fields inherited from class javax.naming.spi.NamingManager
CPE
 
Method Summary
static DirContext getContinuationDirContext(CannotProceedException c)
           
static Object getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable<?,?> environment, Attributes attrs)
           
static DirStateFactory.Result getStateToBind(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment, Attributes attrs)
           
 
Methods inherited from class javax.naming.spi.NamingManager
getContinuationContext, getInitialContext, getObjectInstance, getStateToBind, getURLContext, hasInitialContextFactoryBuilder, setInitialContextFactoryBuilder, setObjectFactoryBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContinuationDirContext

public static DirContext getContinuationDirContext(CannotProceedException c)
                                            throws NamingException
Throws:
NamingException

getObjectInstance

public static Object getObjectInstance(Object refInfo,
                                       Name name,
                                       Context nameCtx,
                                       Hashtable<?,?> environment,
                                       Attributes attrs)
                                throws Exception
Throws:
Exception

getStateToBind

public static DirStateFactory.Result getStateToBind(Object obj,
                                                    Name name,
                                                    Context nameCtx,
                                                    Hashtable<?,?> environment,
                                                    Attributes attrs)
                                             throws NamingException
Throws:
NamingException