Class: IceGrid::RegistryObserverPrx
Constant Summary
collapse
- ICE_TYPE =
T_RegistryObserverPrx
Class Method Summary
collapse
#registryDown, #registryInit, #registryUp
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
545
546
547
|
# File 'lib/IceGrid/Observer.rb', line 545
def RegistryObserverPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::RegistryObserver', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
552
553
554
|
# File 'lib/IceGrid/Observer.rb', line 552
def RegistryObserverPrx.ice_staticId()
'::IceGrid::RegistryObserver'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
549
550
551
|
# File 'lib/IceGrid/Observer.rb', line 549
def RegistryObserverPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|