Class: IceBox::ServiceObserverPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
ServiceObserverPrx_mixin
Defined in:
lib/IceBox/IceBox.rb

Constant Summary collapse

ICE_TYPE =
T_ServiceObserverPrx

Class Method Summary collapse

Methods included from ServiceObserverPrx_mixin

#servicesStarted, #servicesStopped

Class Method Details

.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object



160
161
162
# File 'lib/IceBox/IceBox.rb', line 160

def ServiceObserverPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
    ice_checkedCast(proxy, '::IceBox::ServiceObserver', facetOrCtx, _ctx)
end

.ice_staticIdObject



167
168
169
# File 'lib/IceBox/IceBox.rb', line 167

def ServiceObserverPrx.ice_staticId()
    '::IceBox::ServiceObserver'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



164
165
166
# File 'lib/IceBox/IceBox.rb', line 164

def ServiceObserverPrx.uncheckedCast(proxy, facet=nil)
    ice_uncheckedCast(proxy, facet)
end