org.jmonks.batch.framework.repository.db4o
Class Db4oJobStatisticsPredicate

java.lang.Object
  extended bycom.db4o.query.Predicate
      extended byorg.jmonks.batch.framework.repository.db4o.Db4oJobStatisticsPredicate
All Implemented Interfaces:
java.io.Serializable

public class Db4oJobStatisticsPredicate
extends com.db4o.query.Predicate

Db4oJobStatisticsPredicate used to find the JobStatistics objects in Db4o database using native query.

Since:
1.0
Version:
1.0
Author:
Suresh Pragada
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.db4o.query.Predicate
PREDICATEMETHOD_NAME
 
Method Summary
 boolean match(JobStatistics statistics)
          Method to run the the native query.
 
Methods inherited from class com.db4o.query.Predicate
appliesTo, extentType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

match

public boolean match(JobStatistics statistics)
Method to run the the native query. This receives the JobStatistics objects and look for the job name this predicate initialized with.