Uses of Class
gr.uoa.di.madgik.rr.element.execution.ExecutionServer

Packages that use ExecutionServer
gr.uoa.di.madgik.rr.element.execution   
 

Uses of ExecutionServer in gr.uoa.di.madgik.rr.element.execution
 

Methods in gr.uoa.di.madgik.rr.element.execution that return ExecutionServer
static ExecutionServer ExecutionServer.getMatchingNode(boolean loadDetails, String requirementExpression, String rankingExpression)
           
static ExecutionServer ExecutionServer.getMatchingNode(boolean loadDetails, String requirementExpression, String rankingExpression, gr.uoa.di.madgik.commons.infra.nodeselection.NodeSelector selector)
           
 

Methods in gr.uoa.di.madgik.rr.element.execution that return types with arguments of type ExecutionServer
static Set<ExecutionServer> ExecutionServer.filterNodes(gr.uoa.di.madgik.commons.infra.nodefilter.Facet facet, gr.uoa.di.madgik.commons.infra.nodefilter.ConstraintType type, List<ExecutionServer> executionServers)
          Filters a list of Execution Servers, according to the Facet applied and the type of the constraint.
static List<ExecutionServer> ExecutionServer.getAll(boolean loadDetails)
           
static List<ExecutionServer> ExecutionServer.getMatchingNodes(boolean loadDetails, String requirementExpression, String rankingExpression)
           
static List<ExecutionServer> ExecutionServer.getMatchingNodes(boolean loadDetails, String requirementExpression, String rankingExpression, gr.uoa.di.madgik.commons.infra.nodeselection.NodeSelector selector)
           
 

Method parameters in gr.uoa.di.madgik.rr.element.execution with type arguments of type ExecutionServer
static Set<ExecutionServer> ExecutionServer.filterNodes(gr.uoa.di.madgik.commons.infra.nodefilter.Facet facet, gr.uoa.di.madgik.commons.infra.nodefilter.ConstraintType type, List<ExecutionServer> executionServers)
          Filters a list of Execution Servers, according to the Facet applied and the type of the constraint.
 



Copyright © 2013. All Rights Reserved.