/* */ }
/* 138 */ assert (!Dispatcher.singleton.isRegistered(targetId)) : (targetId + " is already registered");
/* 139 */ Dispatcher.singleton.registerTarget(targetId, this);
/* */
/* 141 */ SessionContainer statefulContainer = (SessionContainer)getContainer();
/* 142 */ RemoteHome remoteHome = (RemoteHome)statefulContainer.resolveAnnotation(RemoteHome.class);
/* 143 */ if ((remoteHome != null) && (!bindHomeAndBusinessTogether(statefulContainer)))
/* */ {
/* 145 */ Object homeProxy = createHomeProxy(remoteHome.value());
/* 146 */ String homeJndiName = ProxyFactoryHelper.getHomeJndiName(getContainer());
/* 147 */ log.debug("Binding home proxy at " + homeJndiName);