Module: IceBox::ServiceObserverPrx_mixin
- Included in:
- ServiceObserverPrx
- Defined in:
- lib/IceBox/IceBox.rb
Constant Summary collapse
- OP_servicesStarted =
::Ice::__defineOperation('servicesStarted', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, false, nil, [[::Ice::T_StringSeq, false, 0]], [], nil, [])
- OP_servicesStopped =
::Ice::__defineOperation('servicesStopped', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, false, nil, [[::Ice::T_StringSeq, false, 0]], [], nil, [])
Instance Method Summary collapse
- #servicesStarted(services, context = nil) ⇒ Object
- #servicesStopped(services, context = nil) ⇒ Object
Instance Method Details
#servicesStarted(services, context = nil) ⇒ Object
90 91 92 |
# File 'lib/IceBox/IceBox.rb', line 90 def servicesStarted(services, context=nil) ServiceObserverPrx_mixin::OP_servicesStarted.invoke(self, [services], context) end |
#servicesStopped(services, context = nil) ⇒ Object
94 95 96 |
# File 'lib/IceBox/IceBox.rb', line 94 def servicesStopped(services, context=nil) ServiceObserverPrx_mixin::OP_servicesStopped.invoke(self, [services], context) end |