Class ConnectorManager


  • public class ConnectorManager
    extends Object
    The ConnectorManager is responsible for starting/stopping connectors that connect to the target agents. Connectors are initially created with services that are currently populated in the database and new connectors are started or stopped when services are added or removed. The Connector should make a best effort to maintain the connection with the target agent until it is stopped, meaning it should retry connecting on failure, etc... No attempt will be made by this manager to restart the connector.
    Author:
    jwhite
    • Constructor Detail

      • ConnectorManager

        public ConnectorManager()
    • Method Detail

      • stop

        public void stop()
      • setEntityScopeProvider

        public void setEntityScopeProvider​(EntityScopeProvider entityScopeProvider)