Public Member Functions | |
Ref< Session > | getSession () const |
Uri | getBaseUri () const |
Ref< Group > | getRootGroup () const |
void | setRootGroup (Ref< Group >) |
Ref< Node > | getNamedNode (string name) const |
~ExecutionContext () | |
template<typename F, typename G> | |
void | createRoute (EventSource< F > &s, EventTarget< G > &t) |
template<typename F, typename G> | |
void | removeRoute (EventSource< F > &s, EventTarget< G > &t) |
Protected Member Functions | |
ExecutionContext (Session *s, unsigned long id) | |
Protected Attributes | |
Ref< Session > | session |
unsigned long | id |
unsigned long | transCount |
Definition at line 42 of file context.H.