GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Pipeline::Store::Simple(3) User Contributed Perl Documentation Pipeline::Store::Simple(3)

Pipeline::Store::Simple - simple store for pipelines

  use Pipeline::Store::Simple;

  my $store = Pipeline::Store::Simple->new();
  $store->set( $object );
  my $object = $store->get( $class );

"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.

set( OBJECT )
The "set" method puts OBJECT in the store.
get( SCALAR )
The "get" method attempts to return an object of the class specified by SCALAR. If an object of that class does not exist in the store it returns undef instead.

"Pipeline", "Pipeline::Store", "Pipeline::Store::ISA"

James A. Duncan <jduncan@fotango.com>

Copyright 2003 Fotango Ltd. All Rights Reserved.

This software is released under the same terms as Perl itself.

2004-08-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.