Uses of Interface
com.tibco.ep.sb.ads.ArtifactNotifier
-
Packages that use ArtifactNotifier Package Description com.tibco.ep.sb.ads Provides classes and interfaces for interacting with the TIBCO Artifact Management Server. -
-
Uses of ArtifactNotifier in com.tibco.ep.sb.ads
Methods in com.tibco.ep.sb.ads that return ArtifactNotifier Modifier and Type Method Description ArtifactNotifier
OperatorArtifactManager. registerArtifactNotifier(String artifactType, ArtifactNotifier notifier)
Add an artifact notifier for the specified artifact type.ArtifactNotifier
OperatorArtifactManager. unregisterArtifactNotifier(String artifactType)
Clears the operator's artifact notifier for the specified artifact typeMethods in com.tibco.ep.sb.ads with parameters of type ArtifactNotifier Modifier and Type Method Description ArtifactNotifier
OperatorArtifactManager. registerArtifactNotifier(String artifactType, ArtifactNotifier notifier)
Add an artifact notifier for the specified artifact type.
-