Module: IceStorm

Defined in:
ruby/IceStorm/IceStorm.rb

Defined Under Namespace

Modules: FinderPrx_mixin, TopicManagerPrx_mixin, TopicPrx_mixin Classes: AlreadySubscribed, BadQoS, FinderPrx, LinkExists, LinkInfo, NoSuchLink, NoSuchTopic, TopicExists, TopicManagerPrx, TopicPrx

Constant Summary collapse

T_TopicPrx =
Ice::__declareProxy('::IceStorm::Topic')
T_LinkInfo =
Ice::__defineStruct('::IceStorm::LinkInfo', LinkInfo, [
    ["theTopic", ::IceStorm::T_TopicPrx],
    ["name", Ice::T_string],
    ["cost", Ice::T_int]
])
T_LinkInfoSeq =
Ice::__defineSequence('::IceStorm::LinkInfoSeq', ::IceStorm::T_LinkInfo)
T_QoS =
Ice::__defineDictionary('::IceStorm::QoS', Ice::T_string, Ice::T_string)
T_LinkExists =
Ice::__defineException('::IceStorm::LinkExists', LinkExists, nil, [["name", Ice::T_string, false, 0]])
Ice::__defineException('::IceStorm::NoSuchLink', NoSuchLink, nil, [["name", Ice::T_string, false, 0]])
T_AlreadySubscribed =
Ice::__defineException('::IceStorm::AlreadySubscribed', AlreadySubscribed, nil, [])
T_BadQoS =
Ice::__defineException('::IceStorm::BadQoS', BadQoS, nil, [["reason", Ice::T_string, false, 0]])
T_TopicDict =
Ice::__defineDictionary('::IceStorm::TopicDict', Ice::T_string, ::IceStorm::T_TopicPrx)
T_TopicExists =
Ice::__defineException('::IceStorm::TopicExists', TopicExists, nil, [["name", Ice::T_string, false, 0]])
T_NoSuchTopic =
Ice::__defineException('::IceStorm::NoSuchTopic', NoSuchTopic, nil, [["name", Ice::T_string, false, 0]])
T_TopicManagerPrx =
Ice::__declareProxy('::IceStorm::TopicManager')
T_FinderPrx =
Ice::__declareProxy('::IceStorm::Finder')