Methods
|
|
|
|
__init__
|
__init__ (
self,
policy,
port,
password,
machine=None,
)
|
|
checkpoint
|
checkpoint ( self )
|
|
close
|
close ( self )
|
|
commit
|
commit ( self )
|
|
cursor
|
cursor ( self )
return a cursor to this policy
|
|
open_connection
|
open_connection ( self )
|
|
restart
|
restart ( self )
only valid for admin policy: force a server restart
|
|
send_action
|
send_action (
self,
action,
arguments,
socket,
)
|
|
shutdown
|
shutdown ( self )
only valid for admin policy: shut down the server
|
|
simple_action
|
simple_action (
self,
action,
args=(),
)
only valid for admin policy: force a server checkpoint
|
|