|
Directory Resources
The directory can be viewed as consisting of name-to-object bindings.
That is, each object in the directory has a corresponding name. You can retrieve an
object in the directory by looking up its name. If you are using a naming service such
as the file system (as you will be doing in some of this tutorial's examples), then
the objects are files and they are bound to filenames.
Also stored in the directory are attributes. An object in the directory,
in addition to having a name, also has an optional set of attributes. You can ask the
directory for an object's attributes, as well as ask it to search for an object that has
certain attributes.
More Pages: |
1 | 2
| 3 |
4 | 5
| 6 |
7 | 8
| 9 |
10 |
|