Class: IceStorm::TopicManagerPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceStorm::TopicManagerPrx
show all
- Includes:
- TopicManagerPrx_mixin
- Defined in:
- lib/IceStorm/IceStorm.rb
Constant Summary
collapse
- ICE_TYPE =
T_TopicManagerPrx
Class Method Summary
collapse
#create, #getSliceChecksums, #retrieve, #retrieveAll
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
373
374
375
|
# File 'lib/IceStorm/IceStorm.rb', line 373
def TopicManagerPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceStorm::TopicManager', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
380
381
382
|
# File 'lib/IceStorm/IceStorm.rb', line 380
def TopicManagerPrx.ice_staticId()
'::IceStorm::TopicManager'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
377
378
379
|
# File 'lib/IceStorm/IceStorm.rb', line 377
def TopicManagerPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|