org.rhq.core.pc.configuration
Class ConfigurationCheckExecutor

java.lang.Object
  extended by org.rhq.core.pc.configuration.ConfigurationCheckExecutor
All Implemented Interfaces:
Runnable, Callable

public class ConfigurationCheckExecutor
extends Object
implements Runnable, Callable

Author:
Greg Hinkle

Constructor Summary
ConfigurationCheckExecutor(ConfigurationManager configurationManager, ConfigurationServerService configurationServerService, InventoryManager inventoryManager)
           
 
Method Summary
 Object call()
           
 void checkConfigurations(org.rhq.core.domain.resource.Resource resource, boolean checkChildren)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationCheckExecutor

public ConfigurationCheckExecutor(ConfigurationManager configurationManager,
                                  ConfigurationServerService configurationServerService,
                                  InventoryManager inventoryManager)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

call

public Object call()
Specified by:
call in interface Callable

checkConfigurations

public void checkConfigurations(org.rhq.core.domain.resource.Resource resource,
                                boolean checkChildren)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.