Пример #1
0
        //RealChordRing realChordRing, ChordRingFindNodeDelegate chordRingFindNodeDelegate, ChordRingStoreDelegate chordRingStoreDelegate)
        public ProxyChordRing(IHalo halo, int noOfChordRings)
        {
            this.halo = halo;
            bootstrapManager = new BootstrapManager(halo, noOfChordRings);

            //this.chordRingFindNodeDelegate = chordRingFindNodeDelegate;
            //	this.chordRingStoreDelegate    = chordRingStoreDelegate;
            //this.realChordRing = realChordRing;
            //transportLayerCommunicator = TransportLayerCommunicator.getRefTransportLayerCommunicator();
        }
Пример #2
0
        public ProxyChordRing(IHalo halo, int noOfChordRings)         //RealChordRing realChordRing, ChordRingFindNodeDelegate chordRingFindNodeDelegate, ChordRingStoreDelegate chordRingStoreDelegate)
        {
            this.halo        = halo;
            bootstrapManager = new BootstrapManager(halo, noOfChordRings);

            //this.chordRingFindNodeDelegate = chordRingFindNodeDelegate;
            //	this.chordRingStoreDelegate    = chordRingStoreDelegate;
            //this.realChordRing = realChordRing;
            //transportLayerCommunicator = TransportLayerCommunicator.getRefTransportLayerCommunicator();
        }