java.lang.Object
com.shr4pnel.middleware.LocalMiddleFactory
A local middlefactory, used to create accesses to the stock readers and writers.
- Author:
- shrapnelnet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn an object to access the database for read only access.Return an object to access the database for read/write access.
-
Constructor Details
-
LocalMiddleFactory
public LocalMiddleFactory()
-
-
Method Details
-
makeStockReader
Return an object to access the database for read only access. All users share this same object.- Returns:
- a
StockRobject - Throws:
StockException- if any.
-
makeStockReadWriter
Return an object to access the database for read/write access. All users share this same object.- Returns:
- a
StockRWobject - Throws:
StockException- if any.
-