Skip navigation links

Package com.caplin.jtm

Provides the core interfaces and classes that are required to write a Java Transformer module.

See: Description

Package com.caplin.jtm Description

Provides the core interfaces and classes that are required to write a Java Transformer module. The most important of these are TransformerModule, which is the interface that must be implemented by a class that controls the interaction between the module and the Transformer, and TransformerAccessor, which enables the module to interact with the Transformer.

The createActiveSubscription and createBroadcastSubscription methods allow a Transformer module to subscribe listeners for updates to particular object. The listener will be informed of each update that occurs to a subscribed object.

The DataCache interface provides a Transformer module the ability to retrieve data for a particular object from the Transformer core's cache of data.

The createActivePublisher methods allows a Transformer module to register listeners for requests for particular objects. The listener will be informed of any requests for those objects, and can decide whether it will contribute the data for the object or not.

Skip navigation links

Please send bug reports and comments to Caplin support