Class IpocsSensorManager

    • Method Detail

      • createNewSensor

        protected Sensor createNewSensor​(@Nonnull
                                         java.lang.String systemName,
                                         java.lang.String userName)
        Description copied from class: AbstractSensorManager
        Internal method to invoke the factory and create a new Sensor. Called after all the logic for returning an existing Sensor has been invoked. An existing SystemName is not found, existing UserName not found. Implementing classes should base Sensor on the system name, then add user name.
        Specified by:
        createNewSensor in class AbstractSensorManager
        Parameters:
        systemName - the system name to use for the new Sensor
        userName - the optional user name to use for the new Sensor
        Returns:
        the new Sensor