rolledBackTX += current.getRolledBackTX();
queuedConnections += current.getQueuedConnections();
activeSessions += current.getActiveSessions();
expiredSessions += current.getExpiredSessions();
for (Application application : current.getApps()) {
Application combinedApp = new Application(application.getApplicationName(), application.getComponents());
applications.put(application.getApplicationName(), combinedApp);
}
for (ConnectionPool currentPool : current.getPools()) {
ConnectionPool combinedPool = pools.get(currentPool.getJndiName());