
Bio::Das::ProServer::SourceAdaptor::Transport::generic - A generic transport layer for deriving others from

$Revision: 528 $



my $transport = Bio::Das::ProServer::SourceAdaptor::Transport::<impl>->new({
'dsn' => 'my-dsn-name', # useful for hydras
'config' => $config->{$dsn}, # subsection of config file for this adaptor holding this transport
});
my $iInitTime = $oTransport->init_time(); $oTransport->init_time($iInitTime);
By default does nothing - override in subclasses if necessary
my $cfg = $transport->config();
Unimplemented in base-class. You almost always want to override this my $resultref = $transport->query(...);






Roger Pettett <rmp@sanger.ac.uk>.

Copyright (c) 2007 The Sanger Institute
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty.