YAMI4 Python Library 2.0.0
Messaging Solution for Distributed Systems
|
This is the complete list of members for yami.Agent, including all inherited members.
__del__(self) (defined in yami.Agent) | yami.Agent | |
__enter__(self) (defined in yami.Agent) | yami.Agent | |
__exit__(self, exc_type, exc_val, exc_tb) (defined in yami.Agent) | yami.Agent | |
__init__(self, options={}, connection_event_callback=None) (defined in yami.Agent) | yami.Agent | |
add_listener(self, listener) | yami.Agent | |
close(self) | yami.Agent | |
close_connection(self, target, priority=0) | yami.Agent | |
CONNECTION_CLOSED (defined in yami.Agent) | yami.Agent | static |
get_next_message_id(self) | yami.Agent | |
hard_close_connection(self, target) | yami.Agent | |
NEW_INCOMING_CONNECTION (defined in yami.Agent) | yami.Agent | static |
NEW_OUTGOING_CONNECTION (defined in yami.Agent) | yami.Agent | static |
open_connection(self, target) | yami.Agent | |
register_object(self, object_name, callback) | yami.Agent | |
register_value_publisher(self, object_name, publisher) | yami.Agent | |
remove_listener(self, listener) | yami.Agent | |
send(self, target, object_name, message_name, content={}, priority=0, auto_connect=True) | yami.Agent | |
send_one_way(self, target, object_name, message_name, content={}, priority=0, auto_connect=True) | yami.Agent | |
send_one_way_with_header(self, target, header, content, message_id, priority=0, auto_connect=True) | yami.Agent | |
send_with_header(self, target, header, content, message_id, priority=0, auto_connect=True) | yami.Agent | |
unregister_object(self, object_name) | yami.Agent |