![]() |
![]()
| ![]() |
![]()
NAMEPipeline::Store::Simple - simple store for pipelines SYNOPSISuse Pipeline::Store::Simple; my $store = Pipeline::Store::Simple->new(); $store->set( $object ); my $object = $store->get( $class ); DESCRIPTION"Pipeline::Store::Simple" is a simple implementation of a Pipeline store. It stores things as in a hashref indexed by classname. You can add an object to a store by calling the set method with an object, and you can get an object by calling the get method with the classname of the object you wish to retrieve. "Pipeline::Store::Simple" inherits from the "Pipeline::Store" class and includes its methods also. METHODS
SEE ALSO"Pipeline", "Pipeline::Store", "Pipeline::Store::ISA" AUTHORJames A. Duncan <jduncan@fotango.com> COPYRIGHTCopyright 2003 Fotango Ltd. All Rights Reserved. This software is released under the same terms as Perl itself.
|