cgl.fthpis.datastore
Class ExtendedUDDIDataStoreFactory

java.lang.Object
  extended bycgl.fthpis.datastore.ExtendedUDDIDataStoreFactory

public class ExtendedUDDIDataStoreFactory
extends java.lang.Object

Implementation of Factory pattern responsible for instantiating the FTHPISDataStore interface implementation.

Author:
Mehmet S. Aktas (maktas@indiana.edu)

Constructor Summary
ExtendedUDDIDataStoreFactory()
           
 
Method Summary
static FTHPISDataStore getDataStore()
          Returns a new instance of a FTHPISDataStore.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedUDDIDataStoreFactory

public ExtendedUDDIDataStoreFactory()
Method Detail

getDataStore

public static FTHPISDataStore getDataStore()
Returns a new instance of a FTHPISDataStore.

Returns:
FTHPISDataStore

main

public static void main(java.lang.String[] args)