Class: Glacier2::SessionManagerPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
SessionManagerPrx_mixin
Defined in:
lib/Glacier2/Session.rb

Constant Summary collapse

ICE_TYPE =
T_SessionManagerPrx

Class Method Summary collapse

Methods included from SessionManagerPrx_mixin

#create

Class Method Details

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



383
384
385
# File 'lib/Glacier2/Session.rb', line 383

def SessionManagerPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
    ice_checkedCast(proxy, '::Glacier2::SessionManager', facetOrCtx, _ctx)
end

.ice_staticIdObject



390
391
392
# File 'lib/Glacier2/Session.rb', line 390

def SessionManagerPrx.ice_staticId()
    '::Glacier2::SessionManager'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



387
388
389
# File 'lib/Glacier2/Session.rb', line 387

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