Class: Ice::RouterFinderPrx
- Inherits:
-
ObjectPrx
- Object
- ObjectPrx
- Ice::RouterFinderPrx
- Includes:
- RouterFinderPrx_mixin
- Defined in:
- lib/Ice/Router.rb
Constant Summary collapse
- ICE_TYPE =
T_RouterFinderPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from RouterFinderPrx_mixin
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
139 140 141 |
# File 'lib/Ice/Router.rb', line 139 def RouterFinderPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::Ice::RouterFinder', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
146 147 148 |
# File 'lib/Ice/Router.rb', line 146 def RouterFinderPrx.ice_staticId() '::Ice::RouterFinder' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
143 144 145 |
# File 'lib/Ice/Router.rb', line 143 def RouterFinderPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |