Class: Glacier2::SessionPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- Glacier2::SessionPrx
- Includes:
- SessionPrx_mixin
- Defined in:
- lib/Glacier2/Session.rb
Constant Summary collapse
- ICE_TYPE =
T_SessionPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from SessionPrx_mixin
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
83 84 85 |
# File 'lib/Glacier2/Session.rb', line 83 def SessionPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::Glacier2::Session', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
90 91 92 |
# File 'lib/Glacier2/Session.rb', line 90 def SessionPrx.ice_staticId() '::Glacier2::Session' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
87 88 89 |
# File 'lib/Glacier2/Session.rb', line 87 def SessionPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |