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

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.adaptor.utils.jdl.AttachedJDLResource

public class AttachedJDLResource
extends Object

The Class AttachedJDLResource holds information on a resource that is needed by the WorkflowJDLAdaptor that requires this information. ok

Author:
gpapanikos

Nested Class Summary
static class AttachedJDLResource.AccessInfo
           
static class AttachedJDLResource.AttachedResourceType
           
static class AttachedJDLResource.ResourceType
           
 
Field Summary
 AttachedJDLResource.AccessInfo accessInfo
           
 String Key
          The Key by which this resource is identified.
 AttachedJDLResource.AttachedResourceType ResourceLocationType
           
 String StorageSystemID
          The ID of the resource once it is submitted to the
 AttachedJDLResource.ResourceType TypeOfResource
          The Type of resource.
 String Value
          The location of the resource in the node that the resource is submitted
 
Constructor Summary
AttachedJDLResource(String Key, AttachedJDLResource.ResourceType ResourceType, String Value, AttachedJDLResource.AttachedResourceType ResourceLocationType)
          Instantiates a new attached jdl resource.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Key

public String Key
The Key by which this resource is identified. This is the base of the name that will be used for the resource once transfered to the Grid UI node as describe by the AttachedJDLResource#GetNameToUse()


Value

public String Value
The location of the resource in the node that the resource is submitted


accessInfo

public AttachedJDLResource.AccessInfo accessInfo

ResourceLocationType

public AttachedJDLResource.AttachedResourceType ResourceLocationType

TypeOfResource

public AttachedJDLResource.ResourceType TypeOfResource
The Type of resource.


StorageSystemID

public String StorageSystemID
The ID of the resource once it is submitted to the

Constructor Detail

AttachedJDLResource

public AttachedJDLResource(String Key,
                           AttachedJDLResource.ResourceType ResourceType,
                           String Value,
                           AttachedJDLResource.AttachedResourceType ResourceLocationType)
Instantiates a new attached jdl resource.

Parameters:
Key - the key
Value - the value


Copyright © 2012. All Rights Reserved.