Stores registrations for Master.
RegistrationManager is not threadsafe, so access must be externally
locked as appropriate
|
|
[NodeRef]
|
|
|
|
|
|
|
|
|
|
|
|
|
unregister_service(self,
service,
caller_id,
service_api) |
source code
|
|
|
unregister_subscriber(self,
topic,
caller_id,
caller_api) |
source code
|
|
|
unregister_publisher(self,
topic,
caller_id,
caller_api) |
source code
|
|
|
unregister_param_subscriber(self,
param,
caller_id,
caller_api) |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|