Uses of Interface
gr.uoa.di.madgik.workflow.adaptor.utils.IAdaptorResources

Packages that use IAdaptorResources
gr.uoa.di.madgik.workflow.adaptor   
gr.uoa.di.madgik.workflow.adaptor.utils.condor   
gr.uoa.di.madgik.workflow.adaptor.utils.grid   
gr.uoa.di.madgik.workflow.adaptor.utils.hadoop   
gr.uoa.di.madgik.workflow.adaptor.utils.jdl   
 

Uses of IAdaptorResources in gr.uoa.di.madgik.workflow.adaptor
 

Methods in gr.uoa.di.madgik.workflow.adaptor with parameters of type IAdaptorResources
 void WorkflowCondorAdaptor.SetAdaptorResources(IAdaptorResources Resources)
           
 void WorkflowJDLAdaptor.SetAdaptorResources(IAdaptorResources Resources)
          Sets the resources that the adaptor needs to construct the plan.
 void IWorkflowAdaptor.SetAdaptorResources(IAdaptorResources Resources)
          Sets the adaptor resources.
 void WorkflowHadoopAdaptor.SetAdaptorResources(IAdaptorResources Resources)
           
 void WorkflowGridAdaptor.SetAdaptorResources(IAdaptorResources Resources)
          Sets the resources that the adaptor needs to construct the plan.
 

Uses of IAdaptorResources in gr.uoa.di.madgik.workflow.adaptor.utils.condor
 

Classes in gr.uoa.di.madgik.workflow.adaptor.utils.condor that implement IAdaptorResources
 class AdaptorCondorResources
           
 

Uses of IAdaptorResources in gr.uoa.di.madgik.workflow.adaptor.utils.grid
 

Classes in gr.uoa.di.madgik.workflow.adaptor.utils.grid that implement IAdaptorResources
 class AdaptorGridResources
          The Class AdaptorGridResources acts as a container for AttachedGridResource instances that are to be supplied to an WorkflowGridAdaptor.
 

Uses of IAdaptorResources in gr.uoa.di.madgik.workflow.adaptor.utils.hadoop
 

Classes in gr.uoa.di.madgik.workflow.adaptor.utils.hadoop that implement IAdaptorResources
 class AdaptorHadoopResources
           
 

Uses of IAdaptorResources in gr.uoa.di.madgik.workflow.adaptor.utils.jdl
 

Classes in gr.uoa.di.madgik.workflow.adaptor.utils.jdl that implement IAdaptorResources
 class AdaptorJDLResources
          The Class AdaptorJDLResources acts as a container for AttachedGridResource instances that are to be supplied to an WorkflowGridAdaptor.
 



Copyright © 2012. All Rights Reserved.