Class: IceStorm::TopicPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceStorm::TopicPrx
show all
- Includes:
- TopicPrx_mixin
- Defined in:
- lib/IceStorm/IceStorm.rb
Constant Summary
collapse
- ICE_TYPE =
T_TopicPrx
Class Method Summary
collapse
#destroy, #getLinkInfoSeq, #getName, #getNonReplicatedPublisher, #getPublisher, #getSubscribers, #link, #subscribeAndGetPublisher, #unlink, #unsubscribe
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
248
249
250
|
# File 'lib/IceStorm/IceStorm.rb', line 248
def TopicPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceStorm::Topic', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
255
256
257
|
# File 'lib/IceStorm/IceStorm.rb', line 255
def TopicPrx.ice_staticId()
'::IceStorm::Topic'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
252
253
254
|
# File 'lib/IceStorm/IceStorm.rb', line 252
def TopicPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|