uk.ac.ic.doc.automed.qproc.cache
Class CacheTK

java.lang.Object
  extended by uk.ac.ic.doc.automed.qproc.cache.CacheTK

public class CacheTK
extends java.lang.Object

CacheToolKit.java

Author:
Duc M Le dmle@doc.ic.ac.uk

Method Summary
static boolean isAction(int rtAction, int cfgAction)
          Check if a given real-time cache action (int-type) includes a pre-configured action
static boolean isAction(int rtAction, int[] cfgActions)
          Check if a given real-time action is either one of the given events
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isAction

public static boolean isAction(int rtAction,
                               int cfgAction)
Check if a given real-time cache action (int-type) includes a pre-configured action


isAction

public static boolean isAction(int rtAction,
                               int[] cfgActions)
Check if a given real-time action is either one of the given events