Class: IceStorm::FinderPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceStorm::FinderPrx
- Includes:
- FinderPrx_mixin
- Defined in:
- lib/IceStorm/IceStorm.rb
Constant Summary collapse
- ICE_TYPE =
T_FinderPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from FinderPrx_mixin
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
439 440 441 |
# File 'lib/IceStorm/IceStorm.rb', line 439 def FinderPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceStorm::Finder', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
446 447 448 |
# File 'lib/IceStorm/IceStorm.rb', line 446 def FinderPrx.ice_staticId() '::IceStorm::Finder' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
443 444 445 |
# File 'lib/IceStorm/IceStorm.rb', line 443 def FinderPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |