Package | Description |
---|---|
com.caplin.transformer.module |
Provides the core interfaces and classes that are required to write a Java Transformer module.
|
com.caplin.transformer.module.datasrc |
Provides the classes used to represent the either an update received for a DataSource object, or
the cached data for a DataSource object.
|
Class and Description |
---|
DataCache
Allows a Transformer module to retrieve or remove data from the
Transformer core's cache.
|
DataProvider
The interface that must be implemented by a class that will
actively publish data for DataSource objects that match a specific
name pattern.
|
DataProviderRegistrar
Allows a Transformer module to register itself with the
Transformer core as a provider or source of data.
|
DataProviderResponse
The response returned by the
DataProvider.request(int, java.lang.String)
and DataProvider.discard(int, java.lang.String)
methods. |
DataSourceUpdateEvent
Allows the Transformer module to access information about an
update that has been received.
|
ObjectStatus
Represents the status of an object in the Transformer's cache.
|
ObjectType
This class defines all the types of objects that are supported
by the Transformer.
|
Subscriber
Allows a Transformer module to subscribe, and unsubscribe,
listeners interested in receiving updates for objects that match a
particular name pattern, or are of a specific object type.
|
SubscriptionListener
The listener interface for receiving update and object deletion
events for a particular subscription.
|
TransformerAccessor
Allows a Transformer module access to the main interfaces it
requires to interact with the Transformer core.
|
TransformerFlags
Defines flags used by
DataCache.put
and TransformerData.send . |
TransformerModuleVersion |
Class and Description |
---|
ObjectType
This class defines all the types of objects that are supported
by the Transformer.
|
TransformerFlags
Defines flags used by
DataCache.put
and TransformerData.send . |
Please send bug reports and comments to Caplin support