org.jboss.management
Class NodeDataCollector

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

public class NodeDataCollector
extends java.lang.Object
implements DataCollector

Node Data Collector

Author:
Marc Fleury

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

NodeDataCollector

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