Class HarvesterRegistrationRequest

  • All Implemented Interfaces:
    java.io.Serializable

    public class HarvesterRegistrationRequest
    extends HarvesterMessage
    Message sent by a HarvestController at startup, to check if the channel name it has been assigned is valid (e.g. registered in the harvest database).

    The message is sent on a dedicated queue, and processed by the HarvestMonitor, which checks if the channel name matches a channel defined in the harvest database.

    In reply a HarvesterRegistrationResponse is sent back.

    Author:
    ngiraud
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • getHarvestChannelName

        public final java.lang.String getHarvestChannelName()
        Returns:
        the harvestChannelName
      • getInstanceId

        public final java.lang.String getInstanceId()
        Returns:
        the instanceId
      • getHostname

        public final java.lang.String getHostname()
        Returns:
        the hostname of the sender