cgl.expeditor.datastore
Class WSContextSpaceFactory

java.lang.Object
  extended bycgl.expeditor.datastore.WSContextSpaceFactory

public class WSContextSpaceFactory
extends java.lang.Object

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

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

Constructor Summary
WSContextSpaceFactory()
           
 
Method Summary
static ContextSpaceDataStore getDataStore()
          Returns a new instance of a DataStore.
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

WSContextSpaceFactory

public WSContextSpaceFactory()
Method Detail

getDataStore

public static ContextSpaceDataStore getDataStore()
Returns a new instance of a DataStore.

Returns:
DataStore

main

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