Class: IceStorm::TopicPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
TopicPrx_mixin
Defined in:
lib/IceStorm/IceStorm.rb

Constant Summary collapse

ICE_TYPE =
T_TopicPrx

Class Method Summary collapse

Methods included from TopicPrx_mixin

#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_staticIdObject



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