Package Bio :: Package config :: Module DBRegistry :: Class BioCorbaDB
[show private | hide private]
[frames | no frames]

Class BioCorbaDB

RegisterableObject --+    
                     |    
              DBObject --+
                         |
                        BioCorbaDB


Represent a BioCorba BioSequenceCollection for SeqRecord objects.

Returns SeqRecord-like objects.
Method Summary
  __init__(self, name, ior_ref, server_type, doc)
Intialize with IOR reference for a BioCorba Collection.
    Inherited from DBObject
  __getitem__(self, key)
  get(self, key, default)
S.get(key[, default]) -> data
  get_as(self, key, to_io, default)
S.get_as(key[, to_io][, default]) -> object
  set(self, key, data)

Method Details

__init__(self, name, ior_ref, server_type=None, doc='')
(Constructor)

Intialize with IOR reference for a BioCorba Collection.

ior_ref is a URL or file reference to an IOR string. The IOR should reference a BioSequenceCollection. This is the top level BioCorba object we should use for making objects available.

server_type is a hack parameter which might be necessary if there are server/client issues (ie. as with Perl ORBit) that we need to muck around with. If not set, we just use a standard retriever.
Overrides:
Bio.config.DBRegistry.DBObject.__init__

Generated by Epydoc 2.1 on Wed Jan 31 09:59:38 2007 http://epydoc.sf.net