|
||||||||||
| 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.AdaptorJDLResources
public class AdaptorJDLResources
The Class AdaptorJDLResources acts as a container for AttachedGridResource instances that are to be supplied
to an WorkflowGridAdaptor.
| 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 |
|---|
public Set<AttachedJDLResource> Resources
| Constructor Detail |
|---|
public AdaptorJDLResources()
| Method Detail |
|---|
public boolean ResourceExists(String ResourceKey)
ResourceKey - the resource key
public AttachedJDLResource GetResource(String ResourceKey)
ResourceKey - the resource key
public void StoreResources(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws Exception
Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||