Log4j 1.0.1

pl.psnc.expres.broker.correlation.strategy
Interface ICorrelationStrategy

All Known Implementing Classes:
AbstractCorrelationStrategy, RoundRobinStrategy

public interface ICorrelationStrategy

ICorrelationStrategy interface - defines the way computational resources are chosen for software correlation.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Method Summary
 int getCorrelatorCount()
          Get number of correlation nodes
 pl.psnc.expres.model.resource.ResourceValue nextCorrelator()
          Get next instance of correlation value which will be doing the software correlation
 pl.psnc.expres.model.resource.ResourceValue previousCorrelator()
          Get instance of correlation value which was schedulled for the correlation
 

Method Detail

getCorrelatorCount

int getCorrelatorCount()
Get number of correlation nodes

Returns:
number of correlation nodes

nextCorrelator

pl.psnc.expres.model.resource.ResourceValue nextCorrelator()
Get next instance of correlation value which will be doing the software correlation

Returns:
next instance of correlation value which will be doing the software correlation

previousCorrelator

pl.psnc.expres.model.resource.ResourceValue previousCorrelator()
Get instance of correlation value which was schedulled for the correlation

Returns:
instance of correlation value which was schedulled for the correlation

Log4j 1.0.1

Dominik Stoklosa Copyright 2007-2009 by PSNC