This class starts the CORBA ORB services required to run the
Hub, then enters the ORB mainloop to handle requests
Methods
|
|
|
|
Mainloop
|
Mainloop ( self )
|
|
RegisterName
|
RegisterName ( self )
create a context path in the Naming service for the Collaboratory
only really needs to be done the first time the naming service is started
|
|
StartORB
|
StartORB ( self )
|
|
__call__
|
__call__ ( self )
|
|
__init__
|
__init__ (
self,
naming_service=None,
naming_id=None,
debug=0,
privileged=0,
verbose=0,
gui=0,
msg_queue=None,
)
|
|
checkResponse
|
checkResponse (
self,
res,
timer,
)
|
|
quit
|
quit ( self )
|
|
raiser
|
raiser ( self )
|
|
setGUI
|
setGUI ( self, gui )
|
|
setLogFn
|
setLogFn ( self, logger )
|
|