Class: IceGrid::RandomLoadBalancingPolicyPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::RandomLoadBalancingPolicyPrx
- Includes:
- RandomLoadBalancingPolicyPrx_mixin
- Defined in:
- lib/IceGrid/Descriptor.rb
Constant Summary collapse
- ICE_TYPE =
T_RandomLoadBalancingPolicyPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
901 902 903 |
# File 'lib/IceGrid/Descriptor.rb', line 901 def RandomLoadBalancingPolicyPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceGrid::RandomLoadBalancingPolicy', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
908 909 910 |
# File 'lib/IceGrid/Descriptor.rb', line 908 def RandomLoadBalancingPolicyPrx.ice_staticId() '::IceGrid::RandomLoadBalancingPolicy' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
905 906 907 |
# File 'lib/IceGrid/Descriptor.rb', line 905 def RandomLoadBalancingPolicyPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |