if (agent != null) {
m_tableStats = new TableStats(m_siteId);
agent.registerStatsSource(StatsSelector.TABLE,
m_siteId,
m_tableStats);
m_indexStats = new IndexStats(m_siteId);
agent.registerStatsSource(StatsSelector.INDEX,
m_siteId,
m_indexStats);
m_memStats = memStats;
} else {