Package org.objectweb.jonathan.model
DOCUMENTATION classes describing the main abstractions in Jonathan: name, naming
context and binder.
See:
Description
|
Interface Summary |
| binder |
A Binder is a naming context that not only manages names, but can also give
access to the object referenced by a name it manages. |
| domain |
A domain is a distributed naming context.
|
| name |
A name is always related to a given naming context, and
unambiguously designates a given object or object interface in that context.
|
| naming_context |
A naming context creates and manages names.
|
Package org.objectweb.jonathan.model Description
DOCUMENTATION classes describing the main abstractions in Jonathan: name, naming
context and binder.
The present documentation is only meant to give the overall
signification of the terms "name", "naming context", "binder", and of the attached
operations. It takes the form of Javadoc comments simply to take advantage of
Javadoc, but it should be clear that the Java types defined in this package are
not implemented by real Jonathan code.