dk.netarkivet.harvester.harvesting.distribute
Class JobChannelUtil

java.lang.Object
  extended by dk.netarkivet.harvester.harvesting.distribute.JobChannelUtil

public class JobChannelUtil
extends java.lang.Object

Provides functionality specific to the harvest job channels.


Method Summary
static ChannelID getChannel(JobPriority jobPriority)
          Finds channels based on the priority of jobs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public static ChannelID getChannel(JobPriority jobPriority)
Finds channels based on the priority of jobs.

Parameters:
jobPriority - The job priority the find a channel for
Returns:
The channel used to send the jobs for the indicated priorities