.. only:: internal ============== SessionContext ============== Sessioncontext requires ``paramiko`` library to be installed on the local machine:: $ pip install paramiko Example of usage .. literalinclude:: examples/api/sessioncontext.py .. currentmodule:: activelogic.sessioncontext .. autoclass:: PLSCD .. automethod:: PLSCD.register .. automethod:: PLSCD.subscribe .. automethod:: PLSCD.accounting_begin .. automethod:: PLSCD.barrier .. automethod:: PLSCD.accounting_ack SchemaHandle ============ .. automethod:: SchemaHandle.create .. automethod:: SchemaHandle.update .. automethod:: SchemaHandle.delete .. automethod:: SchemaHandle.sync_begin .. automethod:: SchemaHandle.sync_end Events ====== .. autoclass:: Event .. autoclass:: FlowTuple