|
||||||||||
| 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.grid.AttachedGridResource
public class AttachedGridResource
The Class AttachedGridResource holds information on a resource that is needed by the WorkflowGridAdaptor
that requires this information. The resources that can be attached to the adaptor are of specific types and some
restrictions apply to those that are considered mandatory or optional as well as their cardinality. These are described
in the resources container, AdaptorGridResources
| Nested Class Summary | |
|---|---|
static class |
AttachedGridResource.AccessInfo
|
static class |
AttachedGridResource.AttachedResourceType
|
static class |
AttachedGridResource.ResourceType
The type of resource that is provided |
| Field Summary | |
|---|---|
AttachedGridResource.AccessInfo |
accessInfo
|
String |
Key
The Key by which this resource is identified. |
AttachedGridResource.AttachedResourceType |
ResourceLocationType
|
String |
StorageSystemID
The ID of the resource once it is submitted to the |
AttachedGridResource.ResourceType |
TypeOfResource
The Type of resource. |
String |
Value
The location of the resource in the node that the resource is submitted |
| Constructor Summary | |
|---|---|
AttachedGridResource(String Key,
String Value)
Instantiates a new attached grid resource. |
|
AttachedGridResource(String Key,
String Value,
AttachedGridResource.ResourceType TypeOfResource)
Instantiates a new attached grid resource. |
|
AttachedGridResource(String Key,
String Value,
AttachedGridResource.ResourceType TypeOfResource,
AttachedGridResource.AttachedResourceType ResourceLocationType)
|
|
| 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
public String Value
public AttachedGridResource.AccessInfo accessInfo
public String StorageSystemID
public AttachedGridResource.ResourceType TypeOfResource
public AttachedGridResource.AttachedResourceType ResourceLocationType
| Constructor Detail |
|---|
public AttachedGridResource(String Key,
String Value)
Key - the keyValue - the value
public AttachedGridResource(String Key,
String Value,
AttachedGridResource.ResourceType TypeOfResource)
Key - the keyValue - the valueTypeOfResource - the type of resource
public AttachedGridResource(String Key,
String Value,
AttachedGridResource.ResourceType TypeOfResource,
AttachedGridResource.AttachedResourceType ResourceLocationType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||