Package ddf.platform.scheduler
Class ServiceStore
java.lang.Object
ddf.platform.scheduler.ServiceStore
Allows
Jobs or other objects within this limited classpath to acquire them
from a single location.- Author:
- Ashraf Barakat
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceStorevoidStores objects based on their interface
-
Method Details
-
getInstance
- Returns:
- a unique instance of
ServiceStore
-
setObject
Stores objects based on their interface- Parameters:
object- implementation of at least one interface
-
getObject
- Parameters:
key- fully qualified interface name- Returns:
- object that implements the interface
-