Interface CtfConstants


public interface CtfConstants
Set of constants used by the CTF adaptor classes
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Prefix for context information stored as CtfTmfEventfield
    static final String
    Key for ip field
    static final org.eclipse.core.runtime.QualifiedName
    The host persistent property for the live session.
    static final org.eclipse.core.runtime.QualifiedName
    The port persistent property for the live session.
    static final org.eclipse.core.runtime.QualifiedName
    The live session name persistent property.
    static final String
    Model URI for traces related to EMF models
  • Field Details

    • CONTEXT_FIELD_PREFIX

      static final String CONTEXT_FIELD_PREFIX
      Prefix for context information stored as CtfTmfEventfield
      See Also:
    • IP_KEY

      static final String IP_KEY
      Key for ip field
      See Also:
    • MODEL_URI_KEY

      static final String MODEL_URI_KEY
      Model URI for traces related to EMF models
      See Also:
    • LIVE_HOST

      static final org.eclipse.core.runtime.QualifiedName LIVE_HOST
      The host persistent property for the live session.
    • LIVE_PORT

      static final org.eclipse.core.runtime.QualifiedName LIVE_PORT
      The port persistent property for the live session.
    • LIVE_SESSION_NAME

      static final org.eclipse.core.runtime.QualifiedName LIVE_SESSION_NAME
      The live session name persistent property.