com.kuka.roboticsAPI.controllerModel
Class StatePortLogRecord

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by com.kuka.roboticsAPI.controllerModel.StatePortLogRecord
All Implemented Interfaces:
Serializable

public class StatePortLogRecord
extends LogRecord

Specific Sunrise log record that contains information about state port changes.

See Also:
Serialized Form

Constructor Summary
StatePortLogRecord(StatePortData statePortData)
          Creates a Sunrise log record.
 
Method Summary
 StatePortData getStatePortData()
          Gets the state port data.
 
Methods inherited from class java.util.logging.LogRecord
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatePortLogRecord

public StatePortLogRecord(StatePortData statePortData)
Creates a Sunrise log record.

Parameters:
statePortData - the state port data
Method Detail

getStatePortData

public StatePortData getStatePortData()
Gets the state port data.

Returns:
the state port data


Copyright © 2019. All rights reserved.