Class NotificationSubjectFactory
java.lang.Object
com.caplin.datasource.notification.impl.NotificationSubjectFactory
- All Implemented Interfaces:
com.caplin.container.impl.cache.SubjectFactory
public class NotificationSubjectFactory
extends Object
implements com.caplin.container.impl.cache.SubjectFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateConstiuentCleardownPrefix
(String containerSubject) createNestingRecordSubject
(com.caplin.container.ContainerItem parentContainer, String subcontainer) createSubcontainerCleardownPrefix
(String containerSubject)
-
Constructor Details
-
NotificationSubjectFactory
public NotificationSubjectFactory(com.caplin.container.impl.Runtime runtime)
-
-
Method Details
-
createNestingRecordSubject
public String createNestingRecordSubject(com.caplin.container.ContainerItem parentContainer, String subcontainer) - Specified by:
createNestingRecordSubject
in interfacecom.caplin.container.impl.cache.SubjectFactory
-
createConstiuentCleardownPrefix
- Specified by:
createConstiuentCleardownPrefix
in interfacecom.caplin.container.impl.cache.SubjectFactory
-
createSubcontainerCleardownPrefix
- Specified by:
createSubcontainerCleardownPrefix
in interfacecom.caplin.container.impl.cache.SubjectFactory
-