You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
5.7 KiB
1 lines
5.7 KiB
!function(){var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},r=e.ice||{};e.IceStorm=e.IceStorm||{},r.IceStorm=e.IceStorm;var t=Ice.Slice;!function(e,r,t){Ice._ModuleRegistry;const i=Ice.Slice;IceMX.TopicMetrics=class extends IceMX.Metrics{constructor(e,r,t,i,c,o=new Ice.Long(0,0),s=new Ice.Long(0,0)){super(e,r,t,i,c),this.published=o,this.forwarded=s}_iceWriteMemberImpl(e){e.writeLong(this.published),e.writeLong(this.forwarded)}_iceReadMemberImpl(e){this.published=e.readLong(),this.forwarded=e.readLong()}},i.defineValue(IceMX.TopicMetrics,"::IceMX::TopicMetrics",!1),IceMX.SubscriberMetrics=class extends IceMX.Metrics{constructor(e,r,t,i,c,o=0,s=0,n=new Ice.Long(0,0)){super(e,r,t,i,c),this.queued=o,this.outstanding=s,this.delivered=n}_iceWriteMemberImpl(e){e.writeInt(this.queued),e.writeInt(this.outstanding),e.writeLong(this.delivered)}_iceReadMemberImpl(e){this.queued=e.readInt(),this.outstanding=e.readInt(),this.delivered=e.readLong()}},i.defineValue(IceMX.SubscriberMetrics,"::IceMX::SubscriberMetrics",!1)}("undefined"!=typeof global&&void 0!==global.process&&module,"undefined"!=typeof global&&void 0!==global.process?require:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self.Ice._require:window.Ice._require,"undefined"!=typeof global&&void 0!==global.process?exports:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:window),function(){IceStorm.LinkInfo=class{constructor(e=null,r="",t=0){this.theTopic=e,this.name=r,this.cost=t}_write(e){IceStorm.TopicPrx.write(e,this.theTopic),e.writeString(this.name),e.writeInt(this.cost)}_read(e){this.theTopic=IceStorm.TopicPrx.read(e,this.theTopic),this.name=e.readString(),this.cost=e.readInt()}static get minWireSize(){return 7}},t.defineStruct(IceStorm.LinkInfo,!1,!0),t.defineSequence(IceStorm,"LinkInfoSeqHelper","IceStorm.LinkInfo",!1),t.defineDictionary(IceStorm,"QoS","QoSHelper","Ice.StringHelper","Ice.StringHelper",!1,void 0,void 0),IceStorm.LinkExists=class extends Ice.UserException{constructor(e="",r=""){super(r),this.name=e}static get _parent(){return Ice.UserException}static get _id(){return"::IceStorm::LinkExists"}_mostDerivedType(){return IceStorm.LinkExists}_writeMemberImpl(e){e.writeString(this.name)}_readMemberImpl(e){this.name=e.readString()}},IceStorm.NoSuchLink=class extends Ice.UserException{constructor(e="",r=""){super(r),this.name=e}static get _parent(){return Ice.UserException}static get _id(){return"::IceStorm::NoSuchLink"}_mostDerivedType(){return IceStorm.NoSuchLink}_writeMemberImpl(e){e.writeString(this.name)}_readMemberImpl(e){this.name=e.readString()}},IceStorm.AlreadySubscribed=class extends Ice.UserException{constructor(e=""){super(e)}static get _parent(){return Ice.UserException}static get _id(){return"::IceStorm::AlreadySubscribed"}_mostDerivedType(){return IceStorm.AlreadySubscribed}},IceStorm.InvalidSubscriber=class extends Ice.UserException{constructor(e="",r=""){super(r),this.reason=e}static get _parent(){return Ice.UserException}static get _id(){return"::IceStorm::InvalidSubscriber"}_mostDerivedType(){return IceStorm.InvalidSubscriber}_writeMemberImpl(e){e.writeString(this.reason)}_readMemberImpl(e){this.reason=e.readString()}},IceStorm.BadQoS=class extends Ice.UserException{constructor(e="",r=""){super(r),this.reason=e}static get _parent(){return Ice.UserException}static get _id(){return"::IceStorm::BadQoS"}_mostDerivedType(){return IceStorm.BadQoS}_writeMemberImpl(e){e.writeString(this.reason)}_readMemberImpl(e){this.reason=e.readString()}};IceStorm.Topic=class extends Ice.Object{},IceStorm.TopicPrx=class extends Ice.ObjectPrx{},t.defineOperations(IceStorm.Topic,IceStorm.TopicPrx,["::Ice::Object","::IceStorm::Topic"],1,{getName:[,2,1,,[7],,,,,],getPublisher:[,2,1,,[9],,,,,],getNonReplicatedPublisher:[,2,1,,[9],,,,,],subscribeAndGetPublisher:[,,,,[9],[["IceStorm.QoSHelper"],[9]],,[IceStorm.AlreadySubscribed,IceStorm.BadQoS,IceStorm.InvalidSubscriber],,],unsubscribe:[,2,2,,,[[9]],,,,],link:[,,,,,[["IceStorm.TopicPrx"],[3]],,[IceStorm.LinkExists],,],unlink:[,,,,,[["IceStorm.TopicPrx"]],,[IceStorm.NoSuchLink],,],getLinkInfoSeq:[,2,1,,["IceStorm.LinkInfoSeqHelper"],,,,,],getSubscribers:[,,,,["Ice.IdentitySeqHelper"],,,,,],destroy:[,,,,,,,,,]}),t.defineDictionary(IceStorm,"TopicDict","TopicDictHelper","Ice.StringHelper","IceStorm.TopicPrx",!1,void 0,void 0),IceStorm.TopicExists=class extends Ice.UserException{constructor(e="",r=""){super(r),this.name=e}static get _parent(){return Ice.UserException}static get _id(){return"::IceStorm::TopicExists"}_mostDerivedType(){return IceStorm.TopicExists}_writeMemberImpl(e){e.writeString(this.name)}_readMemberImpl(e){this.name=e.readString()}},IceStorm.NoSuchTopic=class extends Ice.UserException{constructor(e="",r=""){super(r),this.name=e}static get _parent(){return Ice.UserException}static get _id(){return"::IceStorm::NoSuchTopic"}_mostDerivedType(){return IceStorm.NoSuchTopic}_writeMemberImpl(e){e.writeString(this.name)}_readMemberImpl(e){this.name=e.readString()}};IceStorm.TopicManager=class extends Ice.Object{},IceStorm.TopicManagerPrx=class extends Ice.ObjectPrx{},t.defineOperations(IceStorm.TopicManager,IceStorm.TopicManagerPrx,["::Ice::Object","::IceStorm::TopicManager"],1,{create:[,,,,["IceStorm.TopicPrx"],[[7]],,[IceStorm.TopicExists],,],retrieve:[,2,1,,["IceStorm.TopicPrx"],[[7]],,[IceStorm.NoSuchTopic],,],retrieveAll:[,2,1,,["IceStorm.TopicDictHelper"],,,,,],getSliceChecksums:[,2,1,,["Ice.SliceChecksumDictHelper"],,,,,]});IceStorm.Finder=class extends Ice.Object{},IceStorm.FinderPrx=class extends Ice.ObjectPrx{},t.defineOperations(IceStorm.Finder,IceStorm.FinderPrx,["::Ice::Object","::IceStorm::Finder"],1,{getTopicManager:[,,,,["IceStorm.TopicManagerPrx"],,,,,]})}(),e.IceStorm=IceStorm,e.ice=r}(); |