Class: Glacier2::SessionControlPrx

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

Constant Summary collapse

ICE_TYPE =
T_SessionControlPrx

Class Method Summary collapse

Methods included from SessionControlPrx_mixin

#adapterIds, #categories, #destroy, #getSessionTimeout, #identities

Class Method Details

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



316
317
318
# File 'lib/Glacier2/Session.rb', line 316

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

.ice_staticIdObject



323
324
325
# File 'lib/Glacier2/Session.rb', line 323

def SessionControlPrx.ice_staticId()
    '::Glacier2::SessionControl'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



320
321
322
# File 'lib/Glacier2/Session.rb', line 320

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