javax.naming.spi
Class DirectoryManager
java.lang.Object
javax.naming.spi.NamingManager
javax.naming.spi.DirectoryManager
public class DirectoryManager
- extends NamingManager
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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