Interface LogChannel
-
public interface LogChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetChannelAddress()java.lang.StringgetDescription()java.lang.StringgetId()java.lang.IntegergetLoggingInterval()java.lang.StringgetLoggingSettings()java.lang.IntegergetLoggingTimeOffset()java.lang.StringgetSamplingGroup()java.lang.IntegergetSamplingInterval()java.lang.IntegergetSamplingTimeOffset()java.lang.DoublegetScalingFactor()java.lang.StringgetUnit()java.lang.DoublegetValueOffset()ValueTypegetValueType()java.lang.IntegergetValueTypeLength()java.lang.BooleanisDisabled()java.lang.BooleanisListening()java.lang.BooleanisLoggingEvent()
-
-
-
Method Detail
-
getLoggingSettings
java.lang.String getLoggingSettings()
-
getId
java.lang.String getId()
-
getDescription
java.lang.String getDescription()
-
getChannelAddress
java.lang.String getChannelAddress()
-
getUnit
java.lang.String getUnit()
-
getValueType
ValueType getValueType()
-
getValueTypeLength
java.lang.Integer getValueTypeLength()
-
getScalingFactor
java.lang.Double getScalingFactor()
-
getValueOffset
java.lang.Double getValueOffset()
-
isListening
java.lang.Boolean isListening()
-
getSamplingInterval
java.lang.Integer getSamplingInterval()
-
getSamplingTimeOffset
java.lang.Integer getSamplingTimeOffset()
-
getSamplingGroup
java.lang.String getSamplingGroup()
-
getLoggingInterval
java.lang.Integer getLoggingInterval()
-
getLoggingTimeOffset
java.lang.Integer getLoggingTimeOffset()
-
isDisabled
java.lang.Boolean isDisabled()
-
isLoggingEvent
java.lang.Boolean isLoggingEvent()
-
-