Class: IceGrid::AdapterObserverPrx
Constant Summary
collapse
- ICE_TYPE =
T_AdapterObserverPrx
Class Method Summary
collapse
#adapterAdded, #adapterInit, #adapterRemoved, #adapterUpdated
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
388
389
390
|
# File 'lib/IceGrid/Observer.rb', line 388
def AdapterObserverPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::AdapterObserver', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
395
396
397
|
# File 'lib/IceGrid/Observer.rb', line 395
def AdapterObserverPrx.ice_staticId()
'::IceGrid::AdapterObserver'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
392
393
394
|
# File 'lib/IceGrid/Observer.rb', line 392
def AdapterObserverPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|