Class: Glacier2::SessionControlPrx
Constant Summary
collapse
- ICE_TYPE =
T_SessionControlPrx
Class Method Summary
collapse
#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_staticId ⇒ Object
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
|