Uses of Package
com.caplin.transformer.module
-
ClassDescriptionAllows a Transformer module to retrieve certain config elements from the transformerAllows a Transformer module to retrieve or remove data from the Transformer core's cache.The interface that must be implemented by a class that will actively publish data for DataSource objects that match a specific name pattern.Allows a Transformer module to register itself with the Transformer core as a provider or source of data.The response returned by the
DataProvider.request(int, java.lang.String)
andDataProvider.discard(int, java.lang.String)
methods.Allows the Transformer module to access information about an update that has been received.Represents the status of an object in the Transformer's cache.This class defines all the types of objects that are supported by the Transformer.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.The listener interface for receiving update and object deletion events for a particular subscription.Allows a Transformer module access to the main interfaces it requires to interact with the Transformer core.Defines flags used byDataCache.put
andTransformerData.send
. -
ClassDescriptionThis class defines all the types of objects that are supported by the Transformer.Defines flags used by
DataCache.put
andTransformerData.send
.