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

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

public class Db4oJobControllerHolderPredicate
extends com.db4o.query.Predicate

Db4oJobControllerHolderPredicate used to find the Db4oJobControllerHolder 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(Db4oJobControllerHolder holder)
          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(Db4oJobControllerHolder holder)
Method to run the the native query. This receives the Db4oJobControllerHolder objects and look for the job name this predicate initialized with.