org.rhq.core.pc.inventory
Class CreateResourceRunner

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

public class CreateResourceRunner
extends Object
implements Callable, Runnable

Runnable implementation to thread create request requests.

Author:
Jason Dobies

Constructor Summary
CreateResourceRunner(ResourceFactoryManager resourceFactoryManager, int parentResourceId, CreateChildResourceFacet facet, int requestId, CreateResourceReport report, boolean runRuntimeScan)
           
 
Method Summary
 Object call()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateResourceRunner

public CreateResourceRunner(ResourceFactoryManager resourceFactoryManager,
                            int parentResourceId,
                            CreateChildResourceFacet facet,
                            int requestId,
                            CreateResourceReport report,
                            boolean runRuntimeScan)
Method Detail

run

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

call

public Object call()
            throws Exception
Specified by:
call in interface Callable
Throws:
Exception


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