Interface DataQueuing
-
- All Implemented Interfaces:
public interface DataQueuingCreates and return instances of DataQueue.
-
-
Method Summary
Modifier and Type Method Description abstract DataQueuegetDataQueue(String databaseName)Creates an instance of DataQueue if it was not previously cached, otherwise the cached instance is returned. -
-
Method Detail
-
getDataQueue
abstract DataQueue getDataQueue(String databaseName)
Creates an instance of DataQueue if it was not previously cached, otherwise the cached instance is returned.
- Parameters:
databaseName- String: name of the database, to be created for persistence.- Returns:
instance of DataQueue.
-
-
-
-