447448449450451452453
Set<ClientClusteredConnectionFactoryDelegate> delegates; public FinalizerShutdownHook() { delegates = Collections.synchronizedSet(new WeakHashSet()); }
440441442443444445446
399400401402403404405
356357358359360361362
/* */ { /* */ Set<ClientClusteredConnectionFactoryDelegate> delegates; /* */ /* */ public FinalizerShutdownHook() /* */ { /* 404 */ this.delegates = Collections.synchronizedSet(new WeakHashSet()); /* */ }