|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datastore.DataStoreFactory
public class DataStoreFactory
Implementation of Factory pattern responsible for instantiating the DataStore 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.datastoreClassName. If the property is not found an Exception is thrown.
Constructor Summary | |
---|---|
DataStoreFactory()
|
Method Summary | |
---|---|
static DataStore |
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 |
---|
public DataStoreFactory()
Method Detail |
---|
public static DataStore getDataStore()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |