Class: Ice::RouterPrx
- Inherits:
-
ObjectPrx
- Object
- ObjectPrx
- Ice::RouterPrx
show all
- Includes:
- RouterPrx_mixin
- Defined in:
- lib/Ice/Router.rb
Constant Summary
collapse
- ICE_TYPE =
T_RouterPrx
Class Method Summary
collapse
#addProxies, #getClientProxy, #getServerProxy
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
74
75
76
|
# File 'lib/Ice/Router.rb', line 74
def RouterPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::Ice::Router', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
81
82
83
|
# File 'lib/Ice/Router.rb', line 81
def RouterPrx.ice_staticId()
'::Ice::Router'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
78
79
80
|
# File 'lib/Ice/Router.rb', line 78
def RouterPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|