com.novell.service.bindery
Class BinderyDirContext

java.lang.Object
  |
  +--com.sun.jndi.toolkit.ctx.PartialCompositeContext
        |
        +--com.sun.jndi.toolkit.ctx.ComponentContext
              |
              +--com.sun.jndi.toolkit.ctx.AtomicContext
                    |
                    +--com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
                          |
                          +--com.sun.jndi.toolkit.ctx.ComponentDirContext
                                |
                                +--com.sun.jndi.toolkit.ctx.AtomicDirContext
                                      |
                                      +--com.novell.service.bindery.BinderyDirContext

public class BinderyDirContext
extends com.sun.jndi.toolkit.ctx.AtomicDirContext
implements javax.naming.Referenceable

Implements the JNDI DirContext interface (via the AtomicDirContext). BinderyDirContext represents the NetWare bindery for a given server, and is effectively the bindery root object or container. All objects found in the server's bindery (dynamic and static) are effectively bound to this context object. The bindery objects are returned as instances or subclasses of the BinderyObjectDirContext class.

Because the NetWare bindery is a flat name space, bindings to the root of bindery (BinderyDirContext) are supported, but not to its subordinates.

See Also:
BinderyObjectDirContext, QueueBinderyObjectDirContext, ServerBinderyObjectDirContext, TreeBinderyObjectDirContext

Method Summary
 java.lang.String getNameInNamespace()
           
 
Methods inherited from class com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
bind, bind, createSubcontext, createSubcontext, getAttributes, getAttributes, getAttributes, getAttributes, getSchema, getSchema, getSchemaClassDefinition, getSchemaClassDefinition, modifyAttributes, modifyAttributes, modifyAttributes, modifyAttributes, rebind, rebind, search, search, search, search, search, search, search, search
 
Methods inherited from class com.sun.jndi.toolkit.ctx.PartialCompositeContext
bind, bind, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, rename, rename, resolveToClass, resolveToClass, unbind, unbind
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNameInNamespace

public java.lang.String getNameInNamespace()
                                    throws javax.naming.NamingException
Overrides:
getNameInNamespace in class com.sun.jndi.toolkit.ctx.PartialCompositeContext