Uses of Interface
com.caplin.datasource.SubjectStatusEvent
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.
Defines the interfaces and classes that are used by a Java DataSource application when it needs
to subscribe to data provided by another DataSource application.
-
Uses of SubjectStatusEvent in com.caplin.datasource.messaging
Modifier and TypeMethodDescriptionCachedMessageFactory.createSubjectStatusEvent
(String subject, SubjectStatus status, String message) Creates a subject status event.MessageFactory.createSubjectStatusEvent
(String subject, SubjectStatus status, String message) Creates a subject status event. -
Uses of SubjectStatusEvent in com.caplin.datasource.publisher
Modifier and TypeMethodDescriptionvoid
BroadcastPublisher.publishSubjectStatusEvent
(Peer peer, SubjectStatusEvent subjectStatusEvent) Publishes to the specified peer an event about the change in status of a subject.void
CachingPublisher.publishSubjectStatusEvent
(SubjectStatusEvent subjectStatusEvent) Publishes to all subscribed peers an event about the change in status of a subject.void
Publisher.publishSubjectStatusEvent
(SubjectStatusEvent subjectStatusEvent) Publishes to all subscribed peers an event about the change in status of a subject. -
Uses of SubjectStatusEvent in com.caplin.datasource.subscription
Modifier and TypeMethodDescriptionvoid
BaseSubscriptionListener.subjectStatusReceived
(Subscription subscription, Peer peer, SubjectStatusEvent subjectStatusEvent) void
SubscriptionListener.subjectStatusReceived
(Subscription subscription, Peer peer, SubjectStatusEvent subjectStatusEvent) Called when there is a change in the status of a subscription. -
Uses of SubjectStatusEvent in com.caplin.jtm
Modifier and TypeMethodDescriptionGets the current status for the object with the specified name from the Transformer core cache.Modifier and TypeMethodDescriptionvoid
DataCache.setStatus
(SubjectStatusEvent status) Set the status of an object within the Transformer cache.