org.japura.debug.tasks.executions
Class Execution

java.lang.Object
  extended by org.japura.debug.tasks.executions.Execution

public class Execution
extends Object

Copyright (C) 2013 Carlos Eduardo Leite de Andrade

This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see www.gnu.org/licenses/

For more information, contact: www.japura.org

Author:
Carlos Eduardo Leite de Andrade

Constructor Summary
Execution(org.japura.task.messages.notify.TaskExecutionMessage msg)
           
 
Method Summary
 Collection<org.japura.util.info.InfoNode> getContextInfoNodes()
           
 Collection<org.japura.util.info.InfoNode> getExecutorInfoNodes()
           
 int getLevel()
           
 String getSessionId()
           
 Collection<org.japura.util.info.InfoNode> getSessionInfoNodes()
           
 org.japura.task.TaskStatus getStatus()
           
 String getTaskClass()
           
 String getTaskId()
           
 Collection<org.japura.util.info.InfoNode> getTaskInfoNodes()
           
 String getTaskName()
           
 boolean isParallel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Execution

public Execution(org.japura.task.messages.notify.TaskExecutionMessage msg)
Method Detail

getContextInfoNodes

public Collection<org.japura.util.info.InfoNode> getContextInfoNodes()

getTaskInfoNodes

public Collection<org.japura.util.info.InfoNode> getTaskInfoNodes()

getExecutorInfoNodes

public Collection<org.japura.util.info.InfoNode> getExecutorInfoNodes()

getSessionInfoNodes

public Collection<org.japura.util.info.InfoNode> getSessionInfoNodes()

isParallel

public boolean isParallel()

getTaskId

public String getTaskId()

getTaskClass

public String getTaskClass()

getTaskName

public String getTaskName()

getStatus

public org.japura.task.TaskStatus getStatus()

getSessionId

public String getSessionId()

getLevel

public int getLevel()


Copyright © 2014. All rights reserved.