org.jboss.management
Interface DataCollector
- All Known Implementing Classes:
- EJBDataCollector, JDBCDataCollector, JNDIDataCollector, MailDataCollector, NodeDataCollector
- public interface DataCollector
Collector Interface which must be implemented by
any collector to lookup the management data
- Author:
- Marc Fleury
Method Summary |
java.util.Collection |
refresh(javax.management.MBeanServer pServer)
Is called when the data must be refreshed |
refresh
public java.util.Collection refresh(javax.management.MBeanServer pServer)
- Is called when the data must be refreshed
- Parameters:
pServer
- MBean Server is used to get the information about the server- Returns:
- Collection of elements found (must be of type J2EEManagedObject)
Copyright © 2000 The JBoss Organization. All Rights Reserved.