NAME

    Migrator - Abstract base class for migration; should encapsulate
    different kind of migrator objects that used different transports


SYNOPSIS

  my $migrator = new Migrator ; #Specific left to derived classes
  $migrator->send( $indi ); #Sends an indi using the migrator
  $migrator->get( $indi );  #Reads an indi from somewhere using migrator


DESCRIPTION

Migrator base class; does nothing at all, but instantiate derived classes; functionality is left to them.

new

Creates a migrator

send

Sends somebody ``out there''

get

Obtains a migrator from the Staten Island station

Copyright


  This file is released under the GPL. See the LICENSE file included in this distribution,
  or go to http://www.fsf.org/licenses/gpl.txt
  CVS Info: $Date: 2001/10/19 11:55:13 $ 
  $Header: /cvsroot/opeal/opeal/Migrator.pm,v 1.1 2001/10/19 11:55:13 jmerelo Exp $ 
  $Author: jmerelo $ 
  $Revision: 1.1 $
=cut