/* */ }
/* */
/* */ private void addCallback(ClientConnectionFactoryDelegate delegate)
/* */ throws Throwable
/* */ {
/* 127 */ this.remoting.getCallbackManager().setConnectionfactoryCallbackHandler(new ConnectionFactoryCallbackHandler(this, this.remoting));
/* */
/* 129 */ ConnectionFactoryAddCallbackRequest request = new ConnectionFactoryAddCallbackRequest(JMSClientVMIdentifier.instance, this.remoting.getRemotingClient().getSessionId(), delegate.getID(), Version.instance().getProviderIncrementingVersion());
/* */
/* 135 */ this.remoting.getRemotingClient().invoke(request, null);
/* */ }