Package pypln :: Module broker :: Class ManagerBroker
[hide private]

Class ManagerBroker

source code


Instance Methods [hide private]
 
__init__(self, api_host_port, broadcast_host_port, logger=None, logger_name='ManagerBroker', poll_time=50)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
request(self, message) source code
 
get_reply(self) source code
 
connect_to_database(self) source code
 
get_configuration(self) source code
 
connect_to_manager(self) source code
 
save_monitoring_information(self) source code
 
start(self) source code
 
start_job(self, job) source code
 
get_a_job(self) source code
 
manager_has_job(self) source code
 
finished_jobs(self) source code
 
full_of_jobs(self) source code
 
kill_processes(self) source code
 
should_save_monitoring_information_now(self) source code
 
run(self) source code

Inherited from client.ManagerClient: __del__, close_sockets, connect

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, api_host_port, broadcast_host_port, logger=None, logger_name='ManagerBroker', poll_time=50)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)