B D E G N O

B

Binder - interface org.objectweb.naming.Binder.
A binder is a NamingContext that can also give access to the objects designated by the names it manages.
bind(Name, Object) - Method in interface org.objectweb.naming.Binder
Returns an object that gives access to the object designated by the given name.

D

decode(byte[]) - Method in interface org.objectweb.naming.NamingContext
Decodes the given encoded name.

E

encode() - Method in interface org.objectweb.naming.Name
Encodes this name as an array of bytes.
export(Object, Object) - Method in interface org.objectweb.naming.NamingContext
Creates a name in this naming context to designate the given object.

G

getNamingContext() - Method in interface org.objectweb.naming.Name
Returns the NamingContext that created this name.

N

Name - interface org.objectweb.naming.Name.
A name designates an object or an object interface.
NamingContext - interface org.objectweb.naming.NamingContext.
A naming context creates and manages names.
NamingException - exception org.objectweb.naming.NamingException.
Thrown when a name can not be created, encoded, decoded, bound, and so on.
NamingException(String) - Constructor for class org.objectweb.naming.NamingException
Constructs an NamingException with the specified detail message.

O

org.objectweb.naming - package org.objectweb.naming
Specifies the Objectweb naming framework API.

B D E G N O