Class ConnectorConfig

    • Constructor Detail

      • ConnectorConfig

        public ConnectorConfig()
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
      • setClassName

        public void setClassName​(java.lang.String className)
      • getServiceName

        public java.lang.String getServiceName()
        Description copied from interface: ConnectorDefinition
        The name of the IP-service associated with this connector definition
        Specified by:
        getServiceName in interface ConnectorDefinition
        Returns:
        the name of the service
      • setServiceName

        public void setServiceName​(java.lang.String serviceName)
      • setQueue

        public void setQueue​(QueueConfig queue)
      • getQueueName

        public java.lang.String getQueueName()
        Description copied from interface: ConnectorDefinition
        The name of the queue the connector "writes" to.
        Specified by:
        getQueueName in interface ConnectorDefinition
        Returns:
        The name of the queue the parser "writes" to. Must not be null.
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getParameters

        public java.util.List<Parameter> getParameters()
      • setParameters

        public void setParameters​(java.util.List<Parameter> parameters)
      • setPackages

        public void setPackages​(java.util.List<PackageConfig> packages)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object