Class: Glacier2::SSLSessionManagerPrx

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

Constant Summary collapse

ICE_TYPE =
T_SSLSessionManagerPrx

Class Method Summary collapse

Methods included from SSLSessionManagerPrx_mixin

#create

Class Method Details

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



446
447
448
# File 'lib/Glacier2/Session.rb', line 446

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

.ice_staticIdObject



453
454
455
# File 'lib/Glacier2/Session.rb', line 453

def SSLSessionManagerPrx.ice_staticId()
    '::Glacier2::SSLSessionManager'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



450
451
452
# File 'lib/Glacier2/Session.rb', line 450

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