Uses of Class
com.tibco.ep.sb.ads.Artifact
-
Packages that use Artifact Package Description com.tibco.ep.sb.ads Provides classes and interfaces for interacting with the TIBCO Artifact Management Server. -
-
Uses of Artifact in com.tibco.ep.sb.ads
Methods in com.tibco.ep.sb.ads with parameters of type Artifact Modifier and Type Method Description void
ArtifactNotifier. activated(Artifact oldArtifact, Artifact newArtifact)
Called when an artifact becomes active for the operator.void
ArtifactNotifier. deactivated(Artifact artifact)
Called when the operator's artifact has been deactivated.void
ArtifactNotifier. validateActivation(Artifact currentArtifact, Artifact newArtifact)
Validate an artifact.void
ArtifactNotifier. validateDeactivation(Artifact artifact)
Called before the artifact becomes inactive for the operator.
-