NAME

Trinket::Directory::DataAccess - Data access backend for object directory

DESCRIPTION

TODO

METHODS

$data = new Trinket::Directory::DataAccess::BackendName();

Object constructor, accepts a hashref of named properties with which to initialize the object. In initialization, the object's set methods are called for each of initializing properties passed. '

$dir->create($params)

Create a new object directory, destroys any existing directory associated with the given parameters.

$dir->open($params)

TODO

$dir->close($params)

TODO

AUTHOR

Maintained by Leslie Michael Orchard <deus_x@pobox.com>

COPYRIGHT

Copyright (c) 2000, Leslie Michael Orchard. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.