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