Class DefaultArtifact

java.lang.Object
com.tibco.ep.sb.ads.DefaultArtifact

public class DefaultArtifact extends Object
Container for the metadata used to register a default artifact.

A default artifact is an artifact packaged with the EventFlow fragment that an operator loads at startup. Default artifacts are optional and can be used instead of, or together with, an artifact from an external artifact server. If an operator uses both a default artifact and an external artifact then the default artifact is loaded first and then is replaced by the external artifact when the external artifact is loaded. If, at a later time, the external artifact is deactivated then the default artifact is automatically reloaded in the operator.

Default artifacts are configured in the ArtifactDescriptor instance specified when the operator registers for an artifact.

Default artifacts are private to the operator and cannot be managed using the activate artifact, deactivate artifact, register artifact, and remove artifact administration commands.