org.hyperic.hq.product.util
Class PluginDiscoverer
java.lang.Object
org.hyperic.hq.product.util.PluginDiscoverer
- All Implemented Interfaces:
- ScanListener
public class PluginDiscoverer
- extends Object
- implements ScanListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginDiscoverer
public PluginDiscoverer(PluginDumper pd)
scanComplete
public void scanComplete(ScanState state)
throws AutoinventoryException,
org.hyperic.hq.common.SystemException
- Description copied from interface:
ScanListener
- The scanner calls this method when the scan has completed.
This method is called whenever the scan completes, for ANY
reason (including partial errors and fatal errors). It
is the responsbility of the class that implements this
interface to investigate the Scanner's ScanState object
to determine how the scan completed and take the appropriate
course of action.
- Specified by:
scanComplete
in interface ScanListener
- Parameters:
state
- The final state of the scan. This object is
provided for convenience, as the class implementing
this interface will likely already have a way to get to it.
- Throws:
AutoinventoryException
org.hyperic.hq.common.SystemException
add
public void add(String name)
start
public void start()
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.