gr.uoa.di.madgik.execution.engine.utilities
Class Helper

java.lang.Object
  extended by gr.uoa.di.madgik.execution.engine.utilities.Helper

public class Helper
extends Object

A helper class with useful utilities

Author:
john.gerbesiotis - DI NKUA

Constructor Summary
Helper()
           
 
Method Summary
static Set<String> getHostingNodes(gr.uoa.di.madgik.execution.engine.ExecutionHandle handle)
          Parse a plan and return all required hosting nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper

public Helper()
Method Detail

getHostingNodes

public static Set<String> getHostingNodes(gr.uoa.di.madgik.execution.engine.ExecutionHandle handle)
Parse a plan and return all required hosting nodes.

Parameters:
handle -
Returns:
A set of Hosting Nodes


Copyright © 2013. All Rights Reserved.