Hyperic HQ Plugin API v. 5.8.0

Uses of Class
org.hyperic.hq.autoinventory.AutoinventoryException

Packages that use AutoinventoryException
org.hyperic.hq.autoinventory   
org.hyperic.hq.autoinventory.agent.client   
org.hyperic.hq.autoinventory.scanimpl   
org.hyperic.hq.product.util   
 

Uses of AutoinventoryException in org.hyperic.hq.autoinventory
 

Methods in org.hyperic.hq.autoinventory that throw AutoinventoryException
static ScanConfigurationCore ScanConfigurationCore.decode(String data)
           
static ScanConfigurationCore ScanConfigurationCore.deserialize(byte[] data)
           
static PlatformResource Scanner.detectPlatform(AutoinventoryPluginManager apm, org.hyperic.util.config.ConfigResponse config)
           
 void RuntimeScanner.doRuntimeScan()
          Perform the actual runtime scan.
 String ScanConfigurationCore.encode()
           
protected  ScanMethod ScanState.findScanMethod(String methodClass)
           
static ScanStateCore ScanStateCore.fromAgentRemoteValue(String keyName, org.hyperic.hq.agent.AgentRemoteValue arv)
          Read the contents of an AgentRemoteValue object and create a scan state.
static ScanConfigurationCore ScanConfigurationCore.fromAgentRemoteValue(String keyName, org.hyperic.hq.agent.AgentRemoteValue arv)
          Read the contents of an AgentRemoteValue object and create a scan configuration.
 Set ScanState.getAllServers()
          Get the set of all servers detected in this autoinventory scan.
 ScanConfigurationCore AIScheduleBaseValue.getConfigObj()
           
 org.hyperic.util.config.ConfigSchema ScanMethod.getConfigSchema()
          Get the configuration options for this scan method.
 void ScanMethod.init(Scanner scanner, org.hyperic.util.config.ConfigResponse config, org.hyperic.util.AutoApproveConfig autoApproveConfig)
          Initialize this scan method.
 boolean ScanState.isSameState(ScanState other)
           
 void ScanState.printFullStatus(PrintStream out)
          For debugging and command-line use, pretty-print full status info.
 void ScanState.printMethodStatus(ScanMethodState smState, PrintStream out)
           
 void ScanMethod.scan(org.hyperic.util.config.ConfigResponse platformConfig, ServerDetector[] detectors)
          Perform a scan for this method.
 void ScanListener.scanComplete(ScanState state)
          The scanner calls this method when the scan has completed.
 void ScanManager.scanComplete(ScanState state)
           
 byte[] ScanConfigurationCore.serialize()
           
 void AIScheduleBaseValue.setConfigObj(ScanConfigurationCore core)
           
 void ScanState.setScanMethods(String[] scanMethods)
          Tell the scan state what scan methods will be run.
protected  void ScanState.setupMethodHash()
          Setup our internal hash of ScanMethodClassName->ScanMethod
 boolean ScanManager.stopScan()
          Stops the currently running scan.
 void ScanStateCore.toAgentRemoteValue(String keyName, org.hyperic.hq.agent.AgentRemoteValue arv)
          Write the contents of this scan state to an AgentRemoteValue object.
 void ScanConfigurationCore.toAgentRemoteValue(String keyName, org.hyperic.hq.agent.AgentRemoteValue arv)
          Write the contents of this scan configuration to an AgentRemoteValue object.
 

Uses of AutoinventoryException in org.hyperic.hq.autoinventory.agent.client
 

Methods in org.hyperic.hq.autoinventory.agent.client that throw AutoinventoryException
 ScanStateCore AICommandsClient.getScanStatus()
           
 void AICommandsClient.startScan(ScanConfigurationCore scanConfig)
           
 

Uses of AutoinventoryException in org.hyperic.hq.autoinventory.scanimpl
 

Methods in org.hyperic.hq.autoinventory.scanimpl that throw AutoinventoryException
 org.hyperic.util.config.ConfigSchema ScanMethodBase.getConfigSchema()
          returned by the getConfigOptCores method.
 void ScanMethodBase.init(Scanner scanner, org.hyperic.util.config.ConfigResponse config, org.hyperic.util.AutoApproveConfig autoApproveConfig)
           
 void WindowsRegistryScan.scan(org.hyperic.util.config.ConfigResponse platformConfig, ServerDetector[] serverDetectors)
           
 void FileScan.scan(org.hyperic.util.config.ConfigResponse platformConfig, ServerDetector[] serverDetectors)
           
 

Uses of AutoinventoryException in org.hyperic.hq.product.util
 

Methods in org.hyperic.hq.product.util that throw AutoinventoryException
 void PluginDiscoverer.scanComplete(ScanState state)
           
 


Hyperic HQ Plugin API v. 5.8.0

Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.