Uses of Class
com.tibco.ep.sb.ads.ArtifactException
-
Packages that use ArtifactException Package Description com.tibco.ep.sb.ads Provides classes and interfaces for interacting with the TIBCO Artifact Management Server. -
-
Uses of ArtifactException in com.tibco.ep.sb.ads
Methods in com.tibco.ep.sb.ads that throw ArtifactException Modifier and Type Method Description void
OperatorArtifactManager. registerForArtifact(ArtifactDescriptor artifactDescriptor)
Registers the operator to receive the specified artifact from the Artifact Management Server (AMS).void
ArtifactNotifier. validateActivation(Artifact currentArtifact, Artifact newArtifact)
Validate an artifact.void
ArtifactNotifier. validateDeactivation(Artifact artifact)
Called before the artifact becomes inactive for the operator.
-