Class: IceGrid::RandomLoadBalancingPolicyPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
RandomLoadBalancingPolicyPrx_mixin
Defined in:
lib/IceGrid/Descriptor.rb

Constant Summary collapse

ICE_TYPE =
T_RandomLoadBalancingPolicyPrx

Class Method Summary collapse

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_staticIdObject



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