gr.uoa.di.madgik.workflow.adaptor.utils.jdl
Class AdaptorJDLResources

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.adaptor.utils.jdl.AdaptorJDLResources
All Implemented Interfaces:
IAdaptorResources

public class AdaptorJDLResources
extends Object
implements IAdaptorResources

The Class AdaptorJDLResources acts as a container for AttachedGridResource instances that are to be supplied to an WorkflowGridAdaptor.

Author:
gpapanikos

Field Summary
 Set<AttachedJDLResource> Resources
          The contained Resources
 
Constructor Summary
AdaptorJDLResources()
           
 
Method Summary
 AttachedJDLResource GetResource(String ResourceKey)
          Retrieves the resource with the provided key
 boolean ResourceExists(String ResourceKey)
          Checks if a resource exists.
 void StoreResources(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
          Stores the resource in the storage system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Resources

public Set<AttachedJDLResource> Resources
The contained Resources

Constructor Detail

AdaptorJDLResources

public AdaptorJDLResources()
Method Detail

ResourceExists

public boolean ResourceExists(String ResourceKey)
Checks if a resource exists.

Parameters:
ResourceKey - the resource key
Returns:
true, if successful

GetResource

public AttachedJDLResource GetResource(String ResourceKey)
Retrieves the resource with the provided key

Parameters:
ResourceKey - the resource key
Returns:
the attached jdl resource

StoreResources

public void StoreResources(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
                    throws Exception
Stores the resource in the storage system

Throws:
Exception - the exception


Copyright © 2013. All Rights Reserved.