Class: IceBox::ServiceObserverPrx
Constant Summary
collapse
- ICE_TYPE =
T_ServiceObserverPrx
Class Method Summary
collapse
#servicesStarted, #servicesStopped
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
160
161
162
|
# File 'lib/IceBox/IceBox.rb', line 160
def ServiceObserverPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceBox::ServiceObserver', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
167
168
169
|
# File 'lib/IceBox/IceBox.rb', line 167
def ServiceObserverPrx.ice_staticId()
'::IceBox::ServiceObserver'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
164
165
166
|
# File 'lib/IceBox/IceBox.rb', line 164
def ServiceObserverPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|