Exemplo n.º 1
0
 public ClusterListener_AdapterAnonymousInnerClass2(ArbiterBootstrapperIT outerInstance, System.Threading.CountdownEvent latch, AtomicInteger port)
 {
     this.outerInstance = outerInstance;
     this._latch        = latch;
     this._port         = port;
 }
Exemplo n.º 2
0
 public ClusterListener_AdapterAnonymousInnerClass(ArbiterBootstrapperIT outerInstance, ClusterClient client, System.Threading.CountdownEvent latch)
 {
     this.outerInstance = outerInstance;
     this._client       = client;
     this._latch        = latch;
 }