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
Constructors -
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:
createNestingRecordSubjectin interfacecom.caplin.container.impl.cache.SubjectFactory
-
createConstiuentCleardownPrefix
- Specified by:
createConstiuentCleardownPrefixin interfacecom.caplin.container.impl.cache.SubjectFactory
-
createSubcontainerCleardownPrefix
- Specified by:
createSubcontainerCleardownPrefixin interfacecom.caplin.container.impl.cache.SubjectFactory
-