this.connection = rmiServer.newClient(credentials);
connected = true;
this.connectionId = connection.getConnectionId();
this.heartbeat = new RMIHeartBeat(connection, emitter, env);
this.notificationHandler = new RMIRemoteNotificationClientHandler(connection, defaultClassLoader, emitter, heartbeat, env);
this.heartbeat.start();
this.notificationHandler.start();
}