Uses of Interface
com.tibco.ep.sb.ads.ArtifactNotifier
Package
Description
Provides classes and interfaces for interacting with the Artifact Management Server.
-
Uses of ArtifactNotifier in com.tibco.ep.sb.ads
Modifier and TypeMethodDescription(package private) ArtifactNotifier
OperatorArtifactManager.getArtifactNotifier
(String artifactType) Return the operator's ArtifactNotifier instance for the specified artifact typeOperatorArtifactManager.registerArtifactNotifier
(String artifactType, ArtifactNotifier notifier) Add an artifact notifier for the specified artifact type.OperatorArtifactManager.unregisterArtifactNotifier
(String artifactType) Clears the operator's artifact notifier for the specified artifact typeModifier and TypeMethodDescriptionOperatorArtifactManager.registerArtifactNotifier
(String artifactType, ArtifactNotifier notifier) Add an artifact notifier for the specified artifact type.