org.jboss.management
Class JDBCDataCollector

java.lang.Object
  |
  +--org.jboss.management.JDBCDataCollector
All Implemented Interfaces:
DataCollector

public class JDBCDataCollector
extends java.lang.Object
implements DataCollector

JDBC Data Collector

Author:
Marc Fleury

Constructor Summary
JDBCDataCollector()
          Default (no-args) Constructor
 
Method Summary
 java.util.Collection refresh(javax.management.MBeanServer pServer)
          Is called when the data must be refreshed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCDataCollector

public JDBCDataCollector()
Default (no-args) Constructor
Method Detail

refresh

public java.util.Collection refresh(javax.management.MBeanServer pServer)
Description copied from interface: DataCollector
Is called when the data must be refreshed
Specified by:
refresh in interface DataCollector
Following copied from interface: org.jboss.management.DataCollector
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.