org.gcube.common.core.state
Class GCUBEStatefulResource.TaskContext

java.lang.Object
  extended by org.gcube.common.core.state.GCUBEStatefulResource.TaskContext
All Implemented Interfaces:
Serializable
Enclosing class:
GCUBEStatefulResource<RESOURCEID>

public static class GCUBEStatefulResource.TaskContext
extends Object
implements Serializable

Used internally to group contextual information about launched tasks.

Author:
Fabio Simeoni (University of Strathclyde)
See Also:
Serialized Form

Field Summary
 GCUBEScheduledHandler<?> scheduler
           
 GCUBEScope scope
           
 
Constructor Summary
GCUBEStatefulResource.TaskContext(GCUBEScheduledHandler<?> handler, GCUBEScope scope)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scheduler

public GCUBEScheduledHandler<?> scheduler

scope

public GCUBEScope scope
Constructor Detail

GCUBEStatefulResource.TaskContext

public GCUBEStatefulResource.TaskContext(GCUBEScheduledHandler<?> handler,
                                         GCUBEScope scope)


Copyright © 2013. All Rights Reserved.