}
DispatchManager mgr = myRemotePartnerLogin.getDispatchManager();
if (mgr != null) {
boolean fireInitial = true;
mgr.addConnectionStatusListener(new I_ConnectionStatusListener() {
// The !remote! node has logged in (not our client connection)
public void toAlive(DispatchManager dispatchManager, ConnectionStateEnum oldState) {
SessionInfo myRemotePartnerLogin = fatherGlob.getRequestBroker().getAuthenticate(secretSessionId).getSessionInfo(sessionName);
if (myRemotePartnerLogin != null && myRemotePartnerLogin.getAddressServer() != null) {
Object obj = myRemotePartnerLogin.getAddressServer().getCallbackDriver();