PSE 2000 Group 4

jobmatch.business.service
Class Matcher

java.lang.Object
  |
  +--jobmatch.business.service.Matcher

public class Matcher
extends Object

Controls the matching process

Since:
May 19 2000
Version:
$Revision: 1.2 $

Method Summary
(package private) static void ()
           
 int countScheduled()
           
 void deleteAllScheduled()
          cleans the scheduler table
static Matcher getUniqueInstance()
           
 void schedule(Candidate who)
          Schedule the candidate for matching
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

static void ()

getUniqueInstance

public static Matcher getUniqueInstance()

schedule

public void schedule(Candidate who)
Schedule the candidate for matching

countScheduled

public int countScheduled()
Returns:
the number of scheduled candidates

deleteAllScheduled

public void deleteAllScheduled()
cleans the scheduler table

PSE 2000 Group 4