Class: IceGrid::ObjectObserverPrx
Constant Summary
collapse
- ICE_TYPE =
T_ObjectObserverPrx
Class Method Summary
collapse
#objectAdded, #objectInit, #objectRemoved, #objectUpdated
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
469
470
471
|
# File 'lib/IceGrid/Observer.rb', line 469
def ObjectObserverPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::ObjectObserver', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
476
477
478
|
# File 'lib/IceGrid/Observer.rb', line 476
def ObjectObserverPrx.ice_staticId()
'::IceGrid::ObjectObserver'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
473
474
475
|
# File 'lib/IceGrid/Observer.rb', line 473
def ObjectObserverPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|