cgl.fthpis.datastore
Class WSContextDataStoreFactory

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

public class WSContextDataStoreFactory
extends java.lang.Object

Implementation of Factory pattern responsible for instantiating the FTHPISDataStore interface implementation. The name of the class to instantiate should exist as a property in the juddi.properties configuration file with a property name of juddi.datasource.FTHPISDataStoreClassName. If the property is not found an Exception is thrown.

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

Constructor Summary
WSContextDataStoreFactory()
           
 
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

WSContextDataStoreFactory

public WSContextDataStoreFactory()
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)