- TransportService - Class in com.sun.jdi.connect.spi
-
A transport service for connections between a debugger and
a target VM.
- TransportService.Capabilities - Class in com.sun.jdi.connect.spi
-
The transport service capabilities.
- TransportService.ListenKey - Class in com.sun.jdi.connect.spi
-
A listen key.
- TransportTimeoutException - Exception in com.sun.jdi.connect
-
This exception may be thrown as a result of a timeout
when attaching to a target VM, or waiting to accept a
connection from a target VM.
- ThreadDeathEvent - Interface in com.sun.jdi.event
-
Notification of a completed thread in the target VM.
- ThreadDeathRequest - Interface in com.sun.jdi.request
-
Request for notification when a thread terminates in the target VM.
- ThreadGroupReference - Interface in com.sun.jdi
-
A thread group object from the target VM.
- ThreadReference - Interface in com.sun.jdi
-
A thread object from the target VM.
- ThreadStartEvent - Interface in com.sun.jdi.event
-
Notification of a new running thread in the target VM.
- ThreadStartRequest - Interface in com.sun.jdi.request
-
Request for notification when a thread starts execution in the target VM.
- Transport - Interface in com.sun.jdi.connect
-
A method of communication between a debugger and a target VM.
- Type - Interface in com.sun.jdi
-
The mirror for a type in the target VM.
- TypeComponent - Interface in com.sun.jdi
-
An entity declared within a user defined
type (class or interface).
- THREAD_STATUS_MONITOR - Static variable in interface com.sun.jdi.ThreadReference
-
Thread is waiting on a java monitor
- THREAD_STATUS_NOT_STARTED - Static variable in interface com.sun.jdi.ThreadReference
-
Thread has not yet been started
- THREAD_STATUS_RUNNING - Static variable in interface com.sun.jdi.ThreadReference
-
Thread is runnable
- THREAD_STATUS_SLEEPING - Static variable in interface com.sun.jdi.ThreadReference
-
Thread is sleeping - Thread.sleep() or JVM_Sleep() was called
- THREAD_STATUS_UNKNOWN - Static variable in interface com.sun.jdi.ThreadReference
-
Thread status is unknown
- THREAD_STATUS_WAIT - Static variable in interface com.sun.jdi.ThreadReference
-
Thread is waiting - Object.wait() or JVM_MonitorWait() was called
- THREAD_STATUS_ZOMBIE - Static variable in interface com.sun.jdi.ThreadReference
-
Thread has completed execution
- TRACE_ALL - Static variable in interface com.sun.jdi.VirtualMachine
-
All tracing is enabled.
- TRACE_EVENTS - Static variable in interface com.sun.jdi.VirtualMachine
-
Tracing enabled for internal event handling.
- TRACE_NONE - Static variable in interface com.sun.jdi.VirtualMachine
-
All tracing is disabled.
- TRACE_OBJREFS - Static variable in interface com.sun.jdi.VirtualMachine
-
Tracing enabled for internal management of object references.
- TRACE_RECEIVES - Static variable in interface com.sun.jdi.VirtualMachine
-
Tracing enabled for JDWP packets received from target VM.
- TRACE_REFTYPES - Static variable in interface com.sun.jdi.VirtualMachine
-
Tracing enabled for internal managment of reference types.
- TRACE_SENDS - Static variable in interface com.sun.jdi.VirtualMachine
-
Tracing enabled for JDWP packets sent to target VM.
- TransportService() - Constructor for class com.sun.jdi.connect.spi.TransportService
-
- TransportTimeoutException() - Constructor for exception com.sun.jdi.connect.TransportTimeoutException
-
Constructs a TransportTimeoutException
with no detail
message.
- TransportTimeoutException(String) - Constructor for exception com.sun.jdi.connect.TransportTimeoutException
-
Constructs a TransportTimeoutException
with the
specified detail message.
- thisObject() - Method in interface com.sun.jdi.StackFrame
-
Returns the value of 'this' for the current frame.
- thread() - Method in interface com.sun.jdi.event.ClassPrepareEvent
-
Returns the thread in which this event has occurred.
- thread() - Method in interface com.sun.jdi.event.LocatableEvent
-
Returns the thread in which this event has occurred.
- thread() - Method in interface com.sun.jdi.event.MonitorContendedEnteredEvent
-
Returns the thread in which this event has occurred.
- thread() - Method in interface com.sun.jdi.event.MonitorContendedEnterEvent
-
Returns the thread in which this event has occurred.
- thread() - Method in interface com.sun.jdi.event.MonitorWaitedEvent
-
Returns the thread in which this event has occurred.
- thread() - Method in interface com.sun.jdi.event.MonitorWaitEvent
-
Returns the thread in which monitor wait event has occurred.
- thread() - Method in interface com.sun.jdi.event.ThreadDeathEvent
-
Returns the thread which is terminating.
- thread() - Method in interface com.sun.jdi.event.ThreadStartEvent
-
Returns the thread which has started.
- thread() - Method in interface com.sun.jdi.event.VMStartEvent
-
Returns the initial thread of the VM which has started.
- thread() - Method in interface com.sun.jdi.MonitorInfo
-
- thread() - Method in interface com.sun.jdi.request.StepRequest
-
- thread() - Method in interface com.sun.jdi.StackFrame
-
Returns the thread under which this frame's method is running.
- threadDeathRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled thread death requests.
- threadGroup() - Method in interface com.sun.jdi.ThreadReference
-
Returns this thread's thread group.
- threadGroups() - Method in interface com.sun.jdi.ThreadGroupReference
-
- threads() - Method in interface com.sun.jdi.ThreadGroupReference
-
Returns a List containing a
ThreadReference
for each live thread
in this thread group.
- threadStartRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled thread start requests.
- timedout() - Method in interface com.sun.jdi.event.MonitorWaitedEvent
-
Returns whether the wait has timed out or been interrupted.
- timeout() - Method in interface com.sun.jdi.event.MonitorWaitEvent
-
Returns the number of millisecond the thread will wait.
- topLevelThreadGroups() - Method in interface com.sun.jdi.VirtualMachine
-
Returns each thread group which does not have a parent.
- toString() - Method in interface com.sun.jdi.Mirror
-
Returns a String describing this mirror
- transport() - Method in interface com.sun.jdi.connect.Connector
-
Returns the transport mechanism used by this connector to establish
connections with a target VM.
- type() - Method in interface com.sun.jdi.Field
-
Returns the type of this field.
- type() - Method in interface com.sun.jdi.LocalVariable
-
Returns the type of this variable.
- type() - Method in interface com.sun.jdi.Value
-
Returns the run-time type of this value.
- typeName() - Method in interface com.sun.jdi.Field
-
Returns a text representation of the type
of this field.
- typeName() - Method in interface com.sun.jdi.LocalVariable
-
Returns a text representation of the type
of this variable.