![]() |
![]()
| ![]() |
![]()
NAMEPipeline::Store - defines the interface for Pipeline store classes SYNOPSISuse Pipeline::Store; # interface class, does very little DESCRIPTION"Pipeline::Store" provides a constructor and a generic get/set interface for any class implementing a store to sit on a Pipeline. Pipeline stores are singletons inside the dispatch process. Ie, if you attempt to construct a pipeline store in between the dispatch method being called on a pipeline segment and having the method return a value then you will get the same store as that segments store() method. METHODSThe Pipeline class inherits from the "Pipeline::Base" class and therefore also has any additional methods that its superclass may have.
SEE ALSO"Pipeline", "Pipeline::Store::Simple", "Pipeline::Store::ISA" COPYRIGHTCopyright 2003 Fotango Ltd. All Rights Reserved This module is released under the same license as Perl itself. AUTHORJames A. Duncan <jduncan@fotango.com>
|