Class: IceBox::ServiceManagerPrx

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

Constant Summary collapse

ICE_TYPE =
T_ServiceManagerPrx

Class Method Summary collapse

Methods included from ServiceManagerPrx_mixin

#addObserver, #getSliceChecksums, #shutdown, #startService, #stopService

Class Method Details

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



244
245
246
# File 'lib/IceBox/IceBox.rb', line 244

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

.ice_staticIdObject



251
252
253
# File 'lib/IceBox/IceBox.rb', line 251

def ServiceManagerPrx.ice_staticId()
    '::IceBox::ServiceManager'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



248
249
250
# File 'lib/IceBox/IceBox.rb', line 248

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