Module spiroclient
[show private | hide private]
[frames | no frames]

Module spiroclient

Client side of Spiro - manages connections to Spiro server
Classes
SpiroCallback An abstract wrapper for callback objects
SpiroClient Abstracts a connection to a spiro server
SpiroObject Manages a local ref to a remote Spiro object

Exceptions
BadAction  
ServerError  

Function Summary
  log(level, msg, nPrev)
  logException(level, msg)
  SpiroExceptionFactory(excName)
Creates an exception class with a given name, which also subclasses from SpiroObject
  test()

Variable Summary
str host = '127.0.0.1'
int logDelay = 0                                                                     
_DevNull logfile = <epydoc.imports._DevNull instance at 0x401f56e...
lock loglock = <thread.lock object at 0x401c80f0>
int port = 9091                                                                  
int verbosity = 2                                                                     

Function Details

SpiroExceptionFactory(excName)

Creates an exception class with a given name, which also subclasses from SpiroObject

Variable Details

host

Type:
str
Value:
'127.0.0.1'                                                            

logDelay

Type:
int
Value:
0                                                                     

logfile

Type:
_DevNull
Value:
<epydoc.imports._DevNull instance at 0x401f56ec>                       

loglock

Type:
lock
Value:
<thread.lock object at 0x401c80f0>                                     

port

Type:
int
Value:
9091                                                                  

verbosity

Type:
int
Value:
2                                                                     

Generated by Epydoc 2.0 on Sun Apr 11 13:37:10 2004 http://epydoc.sf.net