Class ProductSpecRuntimeMap
java.lang.Object
ru.bitel.bgbilling.kernel.directory.api.common.ReferenceValueDirectory<ProductSpec,ProductSpecRuntime>
ru.bitel.bgbilling.modules.tv.server.runtime.ProductSpecRuntimeMap
- All Implemented Interfaces:
EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
public class ProductSpecRuntimeMap
extends ru.bitel.bgbilling.kernel.directory.api.common.ReferenceValueDirectory<ProductSpec,ProductSpecRuntime>
implements EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProductSpecRuntimeMapgetInstance(ConnectionSet connectionSet) protected ProductSpecRuntimenewValue(ProductSpec value) voidnotify(ru.bitel.bgbilling.kernel.event.common.Event e, EventListenerContext ctx) protected voidonUpdate(Connection con, int moduleId, List<ProductSpec> list) Methods inherited from class ru.bitel.bgbilling.kernel.directory.api.common.ReferenceValueDirectory
get, getRef, init, list, newValue, onUpdate
-
Method Details
-
getInstance
- Throws:
Exception
-
newValue
- Specified by:
newValuein classru.bitel.bgbilling.kernel.directory.api.common.ReferenceValueDirectory<ProductSpec,ProductSpecRuntime>
-
onUpdate
- Overrides:
onUpdatein classru.bitel.bgbilling.kernel.directory.api.common.ReferenceValueDirectory<ProductSpec,ProductSpecRuntime> - Throws:
Exception
-
notify
public void notify(ru.bitel.bgbilling.kernel.event.common.Event e, EventListenerContext ctx) throws Exception - Specified by:
notifyin interfaceEventListener<ru.bitel.bgbilling.kernel.event.common.Event>- Throws:
Exception
-