Module: IceBox::ServiceManagerPrx_mixin
- Included in:
- ServiceManagerPrx
- Defined in:
- lib/IceBox/IceBox.rb
Instance Method Summary collapse
- #addObserver(observer, _ctx = nil) ⇒ Object
- #getSliceChecksums(_ctx = nil) ⇒ Object
- #shutdown(_ctx = nil) ⇒ Object
- #startService(service, _ctx = nil) ⇒ Object
- #stopService(service, _ctx = nil) ⇒ Object
Instance Method Details
#addObserver(observer, _ctx = nil) ⇒ Object
233 234 235 |
# File 'lib/IceBox/IceBox.rb', line 233 def addObserver(observer, _ctx=nil) ServiceManager_mixin::OP_addObserver.invoke(self, [observer], _ctx) end |
#getSliceChecksums(_ctx = nil) ⇒ Object
221 222 223 |
# File 'lib/IceBox/IceBox.rb', line 221 def getSliceChecksums(_ctx=nil) ServiceManager_mixin::OP_getSliceChecksums.invoke(self, [], _ctx) end |
#shutdown(_ctx = nil) ⇒ Object
237 238 239 |
# File 'lib/IceBox/IceBox.rb', line 237 def shutdown(_ctx=nil) ServiceManager_mixin::OP_shutdown.invoke(self, [], _ctx) end |
#startService(service, _ctx = nil) ⇒ Object
225 226 227 |
# File 'lib/IceBox/IceBox.rb', line 225 def startService(service, _ctx=nil) ServiceManager_mixin::OP_startService.invoke(self, [service], _ctx) end |
#stopService(service, _ctx = nil) ⇒ Object
229 230 231 |
# File 'lib/IceBox/IceBox.rb', line 229 def stopService(service, _ctx=nil) ServiceManager_mixin::OP_stopService.invoke(self, [service], _ctx) end |