|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.workflow.adaptor.utils.jdl.AttachedJDLResource
public class AttachedJDLResource
The Class AttachedJDLResource holds information on a resource that is needed by the WorkflowJDLAdaptor
that requires this information.
ok
| 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 |
|---|
public String Key
AttachedJDLResource#GetNameToUse()
public String Value
public AttachedJDLResource.AccessInfo accessInfo
public AttachedJDLResource.AttachedResourceType ResourceLocationType
public AttachedJDLResource.ResourceType TypeOfResource
public String StorageSystemID
| Constructor Detail |
|---|
public AttachedJDLResource(String Key,
AttachedJDLResource.ResourceType ResourceType,
String Value,
AttachedJDLResource.AttachedResourceType ResourceLocationType)
Key - the keyValue - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||