Class: IceGrid::LoadBalancingPolicyPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::LoadBalancingPolicyPrx
- Includes:
- LoadBalancingPolicyPrx_mixin
- Defined in:
- lib/IceGrid/Descriptor.rb
Constant Summary collapse
- ICE_TYPE =
T_LoadBalancingPolicyPrx
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
844 845 846 |
# File 'lib/IceGrid/Descriptor.rb', line 844 def LoadBalancingPolicyPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceGrid::LoadBalancingPolicy', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
851 852 853 |
# File 'lib/IceGrid/Descriptor.rb', line 851 def LoadBalancingPolicyPrx.ice_staticId() '::IceGrid::LoadBalancingPolicy' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
848 849 850 |
# File 'lib/IceGrid/Descriptor.rb', line 848 def LoadBalancingPolicyPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |