Class XLHandleManager
java.lang.Object
app.valuationcontrol.webservice.xlhandler.XLHandleManager
Manager of xl connections Will keep a map of modelids to its XLInstance and
-
Constructor Summary
ConstructorsConstructorDescriptionXLHandleManager(ModelChangeNotifier modelChangeNotifier, int secondsOfInactivityAllowed, CalcDocumentFactoryImpl calcDocumentFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected XLInstancecreateModelInstance(Model model) getXLInstanceForModel(Model model)
-
Constructor Details
-
XLHandleManager
@Autowired public XLHandleManager(ModelChangeNotifier modelChangeNotifier, @Value("${xlinstance.unused.threshold}") int secondsOfInactivityAllowed, CalcDocumentFactoryImpl calcDocumentFactory)
-
-
Method Details
-
createModelInstance
-
getXLInstanceForModel
-