| Trees | Index | Help |
|---|
| Package Bio :: Package config :: Module DBRegistry :: Class BioCorbaDB |
|
RegisterableObject--+ |DBObject--+ | BioCorbaDB
Represent a BioCorba BioSequenceCollection for SeqRecord objects.
Returns SeqRecord-like objects.| Method Summary | |
|---|---|
Intialize with IOR reference for a BioCorba Collection. | |
S._convert_to(data, to_io) -> another data type | |
S._get(key) -> data | |
Get a connection to the CORBA server based on the ior_ref | |
Return a BioCorba retriever object based on the specified server. | |
| Inherited from DBObject | |
| |
S.get(key[, default]) -> data | |
S.get_as(key[, to_io][, default]) -> object | |
| |
S._make_pickleable(key, data) -> pickleable_obj | |
S._set(key, data) | |
S._unmake_pickleable(key, pickleable_obj) -> data | |
| Method Details |
|---|
__init__(self,
name,
ior_ref,
server_type=None,
doc='')
|
_convert_to(self, data, to_io)S._convert_to(data, to_io) -> another data type
|
_get(self, key)S._get(key) -> data
|
_get_corba_client(self, ior_ref, retriever)Get a connection to the CORBA server based on the ior_ref |
_get_retriever(self, server_type)Return a BioCorba retriever object based on the specified server. This returns a ready-to-go client retriever which can be used to connect to a BioCorba server. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:01 2007 | http://epydoc.sf.net |