org.gcube.vremanagement.executor.state
Class TaskRuntime.Entry

java.lang.Object
  extended by org.gcube.vremanagement.executor.state.TaskRuntime.Entry
Enclosing class:
TaskRuntime

public static class TaskRuntime.Entry
extends java.lang.Object

A wrapper for named output to be used for bulk addition.


Field Summary
 java.lang.String name
          The entry's name.
 java.lang.Object value
          The entry's value.
 
Constructor Summary
TaskRuntime.Entry(java.lang.String name, java.lang.Object value)
          Creates an instance from a name and a value.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The entry's name.


value

public java.lang.Object value
The entry's value.

Constructor Detail

TaskRuntime.Entry

public TaskRuntime.Entry(java.lang.String name,
                         java.lang.Object value)
Creates an instance from a name and a value.

Parameters:
name - the name.
value - the value.