![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, opt) | |
| isConnected (self) | |
| connect (self) | |
| close (self) | |
| sendMSG (self, msg) | |
Public Attributes | |
| brokers = opt.endpoint | |
| user = opt.user | |
| passcode = opt.passcode | |
| queue = opt.queue | |
| verbose = opt.verbose | |
| dummy = opt.dummy | |
| conn = None | |
Definition at line 20 of file sendEI_SPB_Lib.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.sendEI_SPB_Lib.MSG.__init__ | ( | self, | |
| opt ) |
Definition at line 22 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.close | ( | self | ) |
Definition at line 66 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.connect | ( | self | ) |
Definition at line 39 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.isConnected | ( | self | ) |
Definition at line 33 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.sendMSG | ( | self, | |
| msg ) |
Definition at line 71 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.brokers = opt.endpoint |
Definition at line 24 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.conn = None |
Definition at line 31 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.dummy = opt.dummy |
Definition at line 29 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.passcode = opt.passcode |
Definition at line 26 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.queue = opt.queue |
Definition at line 27 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.user = opt.user |
Definition at line 25 of file sendEI_SPB_Lib.py.
| python.sendEI_SPB_Lib.MSG.verbose = opt.verbose |
Definition at line 28 of file sendEI_SPB_Lib.py.