Class: IceGrid::AdapterObserverPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
AdapterObserverPrx_mixin
Defined in:
lib/IceGrid/Observer.rb

Constant Summary collapse

ICE_TYPE =
T_AdapterObserverPrx

Class Method Summary collapse

Methods included from AdapterObserverPrx_mixin

#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_staticIdObject



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