Package | Description |
---|---|
com.caplin.transformer.module |
Provides the core interfaces and classes that are required to write a Java Transformer module.
|
Modifier and Type | Field and Description |
---|---|
static DataProviderResponse |
DataProviderResponse.DENY
The DataProvider is unable to provide the requested object.
|
static DataProviderResponse |
DataProviderResponse.OK
The DataProvider is able to provide the requested object.
|
Modifier and Type | Method and Description |
---|---|
DataProviderResponse |
DataProvider.discard(int dataSourcePeerId,
String objectName)
Invoked when a discard is made for an object name that matches
the pattern the DataProvider was registered for.
|
DataProviderResponse |
DataProvider.request(int dataSourcePeerId,
String objectName)
Invoked when a request is made for an object name that matches
the pattern the DataProvider was registered for.
|
Please send bug reports and comments to Caplin support