Package com.caplin.motif.datasource
Class BlotterAdapter
- java.lang.Object
-
- com.caplin.motif.datasource.BlotterAdapter
-
- Direct Known Subclasses:
FXOrderBlotterAdapter
,FXTradeBlotterAdapter
,MMTradeBlotterAdapter
,SettlementInstructionsAdapter
,UnsettledBlotterAdapter
public class BlotterAdapter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BlotterAdapter(com.caplin.datasource.DataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createBlotter(BlotterListener blotterListener, com.caplin.datasource.blotter.BlotterConfiguration config)
protected void
createBlotter(java.lang.String blotterIdentifier, java.lang.String channelNamespace, java.lang.String itemNamespace, BlotterListener blotterListener)
protected void
createNestedBlotter(java.lang.String blotterIdentifier, java.lang.String channelNamespace, java.lang.String subContainerNamespace, java.lang.String itemNamespace, BlotterListener blotterListener)
protected void
createSearchBlotter(java.lang.String blotterIdentifier, java.lang.String channelNamespace, java.lang.String itemNamespace, SearchBlotterListener searchBlotterListener)
-
-
-
Method Detail
-
createBlotter
protected void createBlotter(java.lang.String blotterIdentifier, java.lang.String channelNamespace, java.lang.String itemNamespace, BlotterListener blotterListener)
-
createSearchBlotter
protected void createSearchBlotter(java.lang.String blotterIdentifier, java.lang.String channelNamespace, java.lang.String itemNamespace, SearchBlotterListener searchBlotterListener)
-
createNestedBlotter
protected void createNestedBlotter(java.lang.String blotterIdentifier, java.lang.String channelNamespace, java.lang.String subContainerNamespace, java.lang.String itemNamespace, BlotterListener blotterListener)
-
createBlotter
protected void createBlotter(BlotterListener blotterListener, com.caplin.datasource.blotter.BlotterConfiguration config)
-
-