Module: IceBox::ServiceObserverPrx_mixin
- Included in:
- ServiceObserverPrx
- Defined in:
- ruby/IceBox/ServiceManager.rb
Constant Summary collapse
- OP_servicesStarted =
Ice::__defineOperation('servicesStarted', 'servicesStarted', Ice::OperationMode::Normal, nil, [[::Ice::T_StringSeq, false, 0]], [], nil, [])
- OP_servicesStopped =
Ice::__defineOperation('servicesStopped', 'servicesStopped', Ice::OperationMode::Normal, 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
46 47 48 |
# File 'ruby/IceBox/ServiceManager.rb', line 46 def servicesStarted(services, context=nil) ServiceObserverPrx_mixin::OP_servicesStarted.invoke(self, [services], context) end |
#servicesStopped(services, context = nil) ⇒ Object
50 51 52 |
# File 'ruby/IceBox/ServiceManager.rb', line 50 def servicesStopped(services, context=nil) ServiceObserverPrx_mixin::OP_servicesStopped.invoke(self, [services], context) end |