org.jboss.management
Class EJBDataCollector

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

public class EJBDataCollector
extends java.lang.Object
implements DataCollector

JDBC Data Collector

Author:
Marc Fleury

Constructor Summary
EJBDataCollector()
          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

EJBDataCollector

public EJBDataCollector()
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.