Class: IceGrid::NodeObserverPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::NodeObserverPrx
show all
- Includes:
- NodeObserverPrx_mixin
- Defined in:
- lib/IceGrid/Observer.rb
Constant Summary
collapse
- ICE_TYPE =
T_NodeObserverPrx
Class Method Summary
collapse
#nodeDown, #nodeInit, #nodeUp, #updateAdapter, #updateServer
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
225
226
227
|
# File 'lib/IceGrid/Observer.rb', line 225
def NodeObserverPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::NodeObserver', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
232
233
234
|
# File 'lib/IceGrid/Observer.rb', line 232
def NodeObserverPrx.ice_staticId()
'::IceGrid::NodeObserver'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
229
230
231
|
# File 'lib/IceGrid/Observer.rb', line 229
def NodeObserverPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|