Uses of Class
com.caplin.transformer.module.ObjectStatus
Packages that use ObjectStatus
-
Uses of ObjectStatus in com.caplin.transformer.module
Methods in com.caplin.transformer.module that return ObjectStatusModifier and TypeMethodDescriptionGets the current status for the object with the specified name from the Transformer core cache.Methods in com.caplin.transformer.module with parameters of type ObjectStatusModifier and TypeMethodDescriptionvoidDataCache.setStatus(String objectName, ObjectStatus status) Set the status of an object within the Transformer cache.voidSubscriptionListener.status(String objectName, ObjectStatus status) Invoked when the status of one of the objects this listener is subscribed to changes.