100101102103104105106107108109110
{ ClientClusteredConnectionFactoryDelegate delegate = delegateRef.get(); if (delegate!=null) { delegate.establishCallback(true); } //remotingConnection.removePlainConnectionListener(this); } }
{ ClientClusteredConnectionFactoryDelegate delegate = delegateRef.get(); if (delegate!=null) { delegate.establishCallback(); } //remotingConnection.removePlainConnectionListener(this); } }
5253545556575859606162
/* */ { /* 101 */ ClientClusteredConnectionFactoryDelegate delegate = (ClientClusteredConnectionFactoryDelegate)ConnectionFactoryCallbackHandler.this.delegateRef.get(); /* */ /* 103 */ if (delegate != null) /* */ { /* 105 */ delegate.establishCallback(); /* */ } /* */ } /* */ } /* */ }