public class AdaptorJDLResources extends Object implements IAdaptorResources
AttachedGridResource instances that are to be supplied
to an WorkflowGridAdaptor.| Modifier and Type | Field and Description |
|---|---|
Set<AttachedJDLResource> |
Resources
The contained Resources
|
| Constructor and Description |
|---|
AdaptorJDLResources() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public Set<AttachedJDLResource> Resources
public boolean ResourceExists(String ResourceKey)
ResourceKey - the resource keypublic AttachedJDLResource GetResource(String ResourceKey)
ResourceKey - the resource keyCopyright © 2015. All Rights Reserved.