diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ccm.AbstractSession-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/ccm.AbstractSession-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,610 @@
+
+
+
+
+ An abstract Synergy session.
+Must be overridden to implement either a single session or
+multiple session handling.
+
+
+
+
+ |
+
+
+ __init__(self,
+ username,
+ engine,
+ dbpath,
+ ccm_addr)
+ x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ addr(self)
+ Returns the Synergy session id. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ __find_dbpath(self)
+ retrieve the database path from current session status. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ execute(self,
+ _,
+ result=None)
+ Abstract function that should implement the execution of ccm command
+line call. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ create(self,
+ fpn)
+ Object factory, this is the toolkit entry point to create objects from
+four part names. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ get_workarea_info(self,
+ dir_)
+ Return a dictionary containing workarea info from directory dir. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ _set_role_internal(self,
+ role)
+ method to be override by child class else property accession is not working properly. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ purposes(self,
+ role=None)
+ Returns available purposes. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+ Inherited from object :
+ __delattr__ ,
+ __getattribute__ ,
+ __hash__ ,
+ __new__ ,
+ __reduce__ ,
+ __reduce_ex__ ,
+ __setattr__
+
+ |
+
+
+
+