Interface TraceEnvironment

All Superinterfaces:
TraceObjectInterface
All Known Implementing Classes:
DBTraceObjectEnvironment

public interface TraceEnvironment extends TraceObjectInterface
Provides information about a given target object

This is mostly a marker interface so that the client knows where to look for information about a target. This may be attached to the entire session, or it may be attached to individual targets in a session. The information is generally encoded as string-valued attributes. The form of the strings is not strictly specified. They should generally just take verbatim whatever string the connected debugger would use to describe the platform. It is up to the client to interpret the information.