Class MockCollectionAgent

    • Constructor Detail

      • MockCollectionAgent

        public MockCollectionAgent​(int nodeId,
                                   String nodeLabel,
                                   String foreignSource,
                                   String foreignId,
                                   InetAddress ipAddress)
        Instantiates a new mock collection agent.
        Parameters:
        nodeId - the node id
        nodeLabel - the node label
        foreignSource - the foreign source
        foreignId - the foreign id
        ipAddress - the ip address
      • MockCollectionAgent

        public MockCollectionAgent​(int nodeId,
                                   String nodeLabel,
                                   InetAddress ipAddress)