Object credentials = connectEnv.get(JMXConnector.CREDENTIALS);
rmiConnection = rmiServer.newClient(credentials);
isConnected = true;
clientNotifier = new ClientNotifier(rmiConnection);
//TODO: -TME Start heartbeat agent (JBREM-75)
connectionNotifier.fireConnectedNotification();
}