org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util
Class TaskExecutionData

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util.EntityExecutionData
      extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util.TaskExecutionData

public class TaskExecutionData
extends EntityExecutionData

Author:
Spyros Boutsis, NKUA

Constructor Summary
TaskExecutionData(EntityExecutionData eed)
          Constructs a new TaskExecutionData object by copying the given EntityExecutionData object
 
Method Summary
 TaskExecutionLogger getExecutionLogger()
          Returns the execution logger
 void setExecutionLogger(TaskExecutionLogger logger)
          Sets the execution logger
 
Methods inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util.EntityExecutionData
getSession, setSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskExecutionData

public TaskExecutionData(EntityExecutionData eed)
Constructs a new TaskExecutionData object by copying the given EntityExecutionData object

Method Detail

setExecutionLogger

public void setExecutionLogger(TaskExecutionLogger logger)
Sets the execution logger

Parameters:
logger -

getExecutionLogger

public TaskExecutionLogger getExecutionLogger()
Returns the execution logger

Returns:


Copyright © 2013. All Rights Reserved.