Uses of Enum Class
com.caplin.datasource.publisher.PublishFlag
Packages that use PublishFlag
Package
Description
Defines the methods of providing and publishing data that are used by DataSource for Java.
-
Uses of PublishFlag in com.caplin.datasource.publisher
Methods in com.caplin.datasource.publisher that return PublishFlagModifier and TypeMethodDescriptionstatic PublishFlagReturns the enum constant of this class with the specified name.static PublishFlag[]PublishFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.caplin.datasource.publisher with parameters of type PublishFlagModifier and TypeMethodDescriptionvoidTransformerCachingPublisher.publish(Message message, PublishFlag... flags) voidTransformerPublisher.publishInitialMessage(Message message, PublishFlag... flags) voidTransformerPublisher.publishToSubscribedPeers(Message message, PublishFlag... flags) -
Uses of PublishFlag in com.caplin.jtm
Methods in com.caplin.jtm with parameters of type PublishFlagModifier and TypeMethodDescriptionvoidDataCache.put(String objectName, PublishFlag... flags) Updates the flags for the specified object.