Example #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public CoordGmsImpl(GMS g)
 {
     gms = g;
     name = "CoordGmsImpl";
 }
        bool leaveRsp = false;                                            // set to this to allow sync

        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="g">GMS Protocol using this implementation</param>
        public ParticipantGmsImpl(GMS g)
        {
            gms  = g;
            name = "ParticipantGmsImpl";
            suspected_mbrs.Clear();
        }
Example #3
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public ClientGmsImpl(GMS g)
 {
     gms=g;
     name = "ClientGmsImpl";
 }
Example #4
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public CoordGmsImpl(GMS g)
 {
     gms  = g;
     name = "CoordGmsImpl";
 }
Example #5
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public ClientGmsImpl(GMS g)
 {
     gms  = g;
     name = "ClientGmsImpl";
 }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public ParticipantGmsImpl(GMS g)
 {
     gms=g;
     name = "ParticipantGmsImpl";
     suspected_mbrs.Clear();
 }