Uses of Interface
com.caplin.datasource.StatusEvent
Package
Description
Defines the message types that are used by DataSource for Java.
Defines the methods of providing and publishing data that are used by DataSource for Java.
-
Uses of StatusEvent in com.caplin.datasource
Modifier and TypeInterfaceDescriptioninterface
Represents an event that is raised when there is a change in the status of a subject. -
Uses of StatusEvent in com.caplin.datasource.messaging
Modifier and TypeMethodDescriptionMessageFactory.createStatusEvent
(SubjectStatus status, String message) Creates a status event. -
Uses of StatusEvent in com.caplin.datasource.publisher
Modifier and TypeMethodDescriptionvoid
ActivePublisher.publishStatusEventToAllSubjects
(StatusEvent statusEvent) Publishes to all subscribed peers an event about the change in status of all subjects. -
Uses of StatusEvent in com.caplin.jtm
Modifier and TypeMethodDescriptionvoid
DataCache.setStatus
(StatusEvent status) Set the status of all object within the Transformer cache.