Object representing the dCache Admin interface connection.
Only one thread should access this at a time. If you want to have
multi- threaded access to the admin interface, the recommendation is to
create one connection per thread.
|
|
__init__(self,
info,
timeout=5)
Connects to the admin interface. |
|
|
|
|
cd(self,
cell)
Change to a different cell. |
|
|
|
|
execute(self,
cell,
command,
args=[])
Execute a command in the admin interface |
|
|
|
|
|
|
|
logoff(self)
Logoff the admin interface. |
|
|
|
|
| make_connection(self,
info) |
|
|
|
|
|
|
|
readlines(self,
matches=[]) |
|
|
|
|
|