Class: IceGrid::QueryPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::QueryPrx
show all
- Includes:
- QueryPrx_mixin
- Defined in:
- lib/IceGrid/Query.rb
Constant Summary
collapse
- ICE_TYPE =
T_QueryPrx
Class Method Summary
collapse
#findAllObjectsByType, #findAllReplicas, #findObjectById, #findObjectByType, #findObjectByTypeOnLeastLoadedNode
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
140
141
142
|
# File 'lib/IceGrid/Query.rb', line 140
def QueryPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::Query', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
147
148
149
|
# File 'lib/IceGrid/Query.rb', line 147
def QueryPrx.ice_staticId()
'::IceGrid::Query'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
144
145
146
|
# File 'lib/IceGrid/Query.rb', line 144
def QueryPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|