Class Connector
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.Connector
- All Implemented Interfaces:
Serializable
Represents a connector with its configuration, metrics, monitors, and other settings.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the compiled filename of the connector, if the compiled filename cannot be retrieved then theIllegalStateExceptionis thrownGet the connector identity and create it if it is not created yet.booleanChecks if a specified tag is present in the tags associated with the Connector.
-
Constructor Details
-
Connector
public Connector()
-
-
Method Details
-
getOrCreateConnectorIdentity
Get the connector identity and create it if it is not created yet.- Returns:
- The connector identity.
-
getCompiledFilename
Get the compiled filename of the connector, if the compiled filename cannot be retrieved then theIllegalStateExceptionis thrown- Returns:
- String value
-
hasTag
Checks if a specified tag is present in the tags associated with the Connector.- Parameters:
tag- The tag to check for presence.- Returns:
trueif the tag is present,falseotherwise.
-