Class BlotterSubjectFactory
java.lang.Object
com.caplin.datasource.blotter.impl.BlotterSubjectFactory
- All Implemented Interfaces:
com.caplin.container.impl.cache.SubjectFactory
public class BlotterSubjectFactory
extends Object
implements com.caplin.container.impl.cache.SubjectFactory
Created by chsitter on 22/01/15.
-
Constructor Summary
ConstructorDescriptionBlotterSubjectFactory
(BlotterConfiguration configuration, com.caplin.container.impl.Runtime runtime) -
Method Summary
Modifier and TypeMethodDescriptioncreateConstiuentCleardownPrefix
(String subject) createNestingRecordSubject
(com.caplin.container.ContainerItem parentContainer, String subcontainer) createSubcontainerCleardownPrefix
(String subject)
-
Constructor Details
-
BlotterSubjectFactory
public BlotterSubjectFactory(BlotterConfiguration configuration, 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
-