Class: Glacier2::SessionManagerPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- Glacier2::SessionManagerPrx
- Includes:
- SessionManagerPrx_mixin
- Defined in:
- lib/Glacier2/Session.rb
Constant Summary collapse
- ICE_TYPE =
T_SessionManagerPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from SessionManagerPrx_mixin
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_staticId ⇒ Object
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 |