public class ExecutionErrorResource extends AbstractResource
AbstractResource.ApplicationDescriptorConstants, AbstractResource.ConfigurationConstants, AbstractResource.ExecutionErrorConstants, AbstractResource.ExperimentConstants, AbstractResource.ExperimentDataConstants, AbstractResource.GatewayConstants, AbstractResource.GatewayWorkerConstants, AbstractResource.GFacJobDataConstants, AbstractResource.GFacJobStatusConstants, AbstractResource.GramDataConstants, AbstractResource.HostDescriptorConstants, AbstractResource.NodeDataConstants, AbstractResource.ProjectConstants, AbstractResource.PublishedWorkflowConstants, AbstractResource.ServiceDescriptorConstants, AbstractResource.UserConstants, AbstractResource.UserWorkflowConstants, AbstractResource.WorkflowDataConstantsAPPLICATION_DESCRIPTOR, CONFIGURATION, EXECUTION_ERROR, EXPERIMENT, EXPERIMENT_DATA, EXPERIMENT_METADATA, GATEWAY, GATEWAY_WORKER, GFAC_JOB_DATA, GFAC_JOB_STATUS, HOST_DESCRIPTOR, PROJECT, PUBLISHED_WORKFLOW, SERVICE_DESCRIPTOR, USER_WORKFLOW, USERS, WORKFLOW_DATA| Constructor and Description |
|---|
ExecutionErrorResource() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
create(ResourceType type)
This method will create associate resource objects for the given resource type.
|
List<Resource> |
get(ResourceType type)
This method will list all the child resources for the given resource type
|
Resource |
get(ResourceType type,
Object name)
This method will return the given child resource from the database
|
String |
getActionTaken() |
String |
getErrorCode() |
String |
getErrorDes() |
int |
getErrorID() |
String |
getErrorLocation() |
String |
getErrorMsg() |
int |
getErrorReference() |
String |
getErrorReporter() |
Timestamp |
getErrorTime() |
ExperimentDataResource |
getExperimentDataResource() |
String |
getGfacJobID() |
String |
getNodeID() |
String |
getSourceType() |
WorkflowDataResource |
getWorkflowDataResource() |
void |
remove(ResourceType type,
Object name)
This method will remove the given child resource from the database
|
void |
save()
This method will save the resource to the database.
|
void |
setActionTaken(String actionTaken) |
void |
setErrorCode(String errorCode) |
void |
setErrorDes(String errorDes) |
void |
setErrorID(int errorID) |
void |
setErrorLocation(String errorLocation) |
void |
setErrorMsg(String errorMsg) |
void |
setErrorReference(int errorReference) |
void |
setErrorReporter(String errorReporter) |
void |
setErrorTime(Timestamp errorTime) |
void |
setExperimentDataResource(ExperimentDataResource experimentDataResource) |
void |
setGfacJobID(String gfacJobID) |
void |
setNodeID(String nodeID) |
void |
setSourceType(String sourceType) |
void |
setWorkflowDataResource(WorkflowDataResource workflowDataResource) |
getResourceList, isExistspublic Resource create(ResourceType type)
Resourcetype - child resource typepublic void remove(ResourceType type, Object name)
Resourcetype - child resource typename - child resource namepublic Resource get(ResourceType type, Object name)
Resourcetype - child resource typename - child resource namepublic List<Resource> get(ResourceType type)
Resourcetype - child resource typepublic void save()
Resourcepublic ExperimentDataResource getExperimentDataResource()
public WorkflowDataResource getWorkflowDataResource()
public String getNodeID()
public String getGfacJobID()
public String getSourceType()
public Timestamp getErrorTime()
public String getErrorMsg()
public String getErrorDes()
public String getErrorCode()
public void setExperimentDataResource(ExperimentDataResource experimentDataResource)
public void setWorkflowDataResource(WorkflowDataResource workflowDataResource)
public void setNodeID(String nodeID)
public void setGfacJobID(String gfacJobID)
public void setSourceType(String sourceType)
public void setErrorTime(Timestamp errorTime)
public void setErrorMsg(String errorMsg)
public void setErrorDes(String errorDes)
public void setErrorCode(String errorCode)
public int getErrorID()
public void setErrorID(int errorID)
public String getErrorReporter()
public String getErrorLocation()
public String getActionTaken()
public void setErrorReporter(String errorReporter)
public void setErrorLocation(String errorLocation)
public void setActionTaken(String actionTaken)
public int getErrorReference()
public void setErrorReference(int errorReference)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.