Package bw :: Package poseidon :: Module seaclient :: Class LocalSeaClient
[frames] | no frames]

Class LocalSeaClient

             object --+        
                      |        
oceanclient.OceanClient --+    
                          |    
                  SeaClient --+
                              |
                             LocalSeaClient

Instance Methods
 
__init__(self, fn, options)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
get_proxy(self)

Inherited from SeaClient: __repr__, commit, find_table_count, pack, put, read, rollback, verify

Inherited from oceanclient.OceanClient: __contains__, __getitem__, __len__, __setitem__, begin_transaction, close, get, has_key, process_options, setdefault, stats

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, fn, options)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

get_proxy(self)

 
Overrides: oceanclient.OceanClient.get_proxy