Class: IceGrid::SessionPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::SessionPrx
show all
- Includes:
- SessionPrx_mixin
- Defined in:
- lib/IceGrid/Session.rb
Constant Summary
collapse
- ICE_TYPE =
T_SessionPrx
Class Method Summary
collapse
#allocateObjectById, #allocateObjectByType, #keepAlive, #releaseObject, #setAllocationTimeout
#destroy
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
86
87
88
|
# File 'lib/IceGrid/Session.rb', line 86
def SessionPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::Session', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
93
94
95
|
# File 'lib/IceGrid/Session.rb', line 93
def SessionPrx.ice_staticId()
'::IceGrid::Session'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
90
91
92
|
# File 'lib/IceGrid/Session.rb', line 90
def SessionPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|