Package | Description |
---|---|
com.caplin.transformer.module |
Provides the core interfaces and classes that are required to write a Java Transformer module.
|
Modifier and Type | Method and Description |
---|---|
ObjectStatus |
DataCache.getStatus(String objectName)
Gets the current status for the object with the specified name from the
Transformer core cache.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCache.setStatus(String objectName,
ObjectStatus status)
Set the status of an object within the Transformer cache.
|
void |
SubscriptionListener.status(String objectName,
ObjectStatus status)
Invoked when the status of one of the objects this listener is
subscribed to changes.
|
Please send bug reports and comments to Caplin support