net.qrivy.jbioapi
Class BiometricsFramework

java.lang.Object
  extended by net.qrivy.jbioapi.BiometricsFramework
All Implemented Interfaces:
java.lang.Runnable

public class BiometricsFramework
extends java.lang.Object
implements java.lang.Runnable

Author:
Michael R. Crusoe

Constructor Summary
BiometricsFramework()
           
 
Method Summary
static BiometricServiceProvider getBiometricServiceProvider(java.lang.String uuid, long deviceID)
           
static long getNumberOfModules()
           
static SchemaArray getSchemas()
           
static BioAPI_BIR readBir(java.lang.String filename)
           
 void run()
           
static void terminate()
           
static void writeBir(BioAPI_BIR bir, java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiometricsFramework

public BiometricsFramework()
Method Detail

getBiometricServiceProvider

public static BiometricServiceProvider getBiometricServiceProvider(java.lang.String uuid,
                                                                   long deviceID)
                                                            throws BioApiException
Throws:
BioApiException

getNumberOfModules

public static long getNumberOfModules()
                               throws BioApiException
Throws:
BioApiException

getSchemas

public static SchemaArray getSchemas()
                              throws BioApiException
Throws:
BioApiException

readBir

public static BioAPI_BIR readBir(java.lang.String filename)
                          throws java.io.IOException
Throws:
java.io.IOException

writeBir

public static void writeBir(BioAPI_BIR bir,
                            java.lang.String filename)
                     throws java.io.IOException
Throws:
java.io.IOException

terminate

public static void terminate()

run

public void run()
Specified by:
run in interface java.lang.Runnable