Interface CtfConstants
public interface CtfConstants
Set of constants used by the CTF adaptor classes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPrefix for context information stored as CtfTmfEventfieldstatic final StringKey for ip fieldstatic final org.eclipse.core.runtime.QualifiedNameThe host persistent property for the live session.static final org.eclipse.core.runtime.QualifiedNameThe port persistent property for the live session.static final org.eclipse.core.runtime.QualifiedNameThe live session name persistent property.static final StringModel URI for traces related to EMF models
-
Field Details
-
CONTEXT_FIELD_PREFIX
Prefix for context information stored as CtfTmfEventfield- See Also:
-
IP_KEY
Key for ip field- See Also:
-
MODEL_URI_KEY
Model URI for traces related to EMF models- See Also:
-
LIVE_HOST
static final org.eclipse.core.runtime.QualifiedName LIVE_HOSTThe host persistent property for the live session. -
LIVE_PORT
static final org.eclipse.core.runtime.QualifiedName LIVE_PORTThe port persistent property for the live session. -
LIVE_SESSION_NAME
static final org.eclipse.core.runtime.QualifiedName LIVE_SESSION_NAMEThe live session name persistent property.
-