|
__init__(self,
login=None,
encoding=None)
parameter login is of type gmLoginInfo.LoginInfo |
source code
|
|
|
|
|
GetConnection(self,
service="default",
readonly=1,
encoding=None,
extra_verbose=None)
Get a connection. |
source code
|
|
|
ReleaseConnection(self,
service)
decrease reference counter of active connection |
source code
|
|
|
|
|
|
|
Listen(self,
service,
signal,
callback)
Listen to 'signal' from backend in an asynchronous thread. |
source code
|
|
|
|
|
|
|
|
|
GetAvailableServices(self)
list all distributed services available on this system (according to
configuration database) |
source code
|
|
|
GetLoginInfoFor(self,
service,
login=None)
return login information for a particular service |
source code
|
|