Alphabetical Index

B D E G N O

B

bind(org.objectweb.naming.Name,Object) - method in class org.objectweb.naming.Binder
Returns an object that gives access to the object designated by the given name.
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.

D

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

E

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

G

getNamingContext() - method in class 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 - class 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

Specifies the Objectweb naming framework API.