//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(); }
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(); }