Uses of Enum Class
com.caplin.datasource.SubjectStatus
Packages that use SubjectStatus
Package
Description
The Channel package consists of interfaces allowing creation and maintenance of
Channels that provide a
bi-directional communication mechanism between StreamLink clients and DataSource applicationsDefines the message types 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 SubjectStatus in com.caplin.datasource
Methods in com.caplin.datasource that return SubjectStatusModifier and TypeMethodDescriptionstatic SubjectStatusSubjectStatus.getServiceStatusForCode(int code) Gets theServiceStatusfor the specified code.StatusEvent.getStatus()Gets the status of the subject.static SubjectStatusReturns the enum constant of this class with the specified name.static SubjectStatus[]SubjectStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SubjectStatus in com.caplin.datasource.channel
Methods in com.caplin.datasource.channel with parameters of type SubjectStatusModifier and TypeMethodDescriptionvoidChannel.sendSubjectStatus(String subject, SubjectStatus subjectStatus, String statusMessage) Sends a subject Status event to the peer that opened the channel.voidJsonChannel.sendSubjectStatus(String subject, SubjectStatus subjectStatus, String statusMessage) Sends a subject Status event to the peer that opened the channel. -
Uses of SubjectStatus in com.caplin.datasource.messaging
Methods in com.caplin.datasource.messaging with parameters of type SubjectStatusModifier and TypeMethodDescriptionMessageFactory.createStatusEvent(SubjectStatus status, String message) Creates a status event.CachedMessageFactory.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 SubjectStatus in com.caplin.datasource.subscription
Methods in com.caplin.datasource.subscription with parameters of type SubjectStatusModifier and TypeMethodDescriptionvoidSubjectConsumer.onStatus(SubjectStatus subjectStatus) Called when the object status changes