Java Debug Interface
DRAFT 9-Ubuntu+0-9b159-1ubuntu1
A B C D E F G H I J L M N O P R S T U V W 

T

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
Returns a ThreadReference object for the thread that owns the monitor.
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.
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
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.
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.
ThreadGroupReference - Interface in com.sun.jdi
A thread group object from the target VM.
threadGroups() - Method in interface com.sun.jdi.ThreadGroupReference
Returns a List containing each active ThreadGroupReference in this thread group.
ThreadReference - Interface in com.sun.jdi
A thread object from the target VM.
threads() - Method in interface com.sun.jdi.ThreadGroupReference
Returns a List containing a ThreadReference for each live thread in this thread group.
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.
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
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.
transport() - Method in interface com.sun.jdi.connect.Connector
Returns the transport mechanism used by this connector to establish connections with a target VM.
Transport - Interface in com.sun.jdi.connect
A method of communication between a debugger and a target VM.
TransportService - Class in com.sun.jdi.connect.spi
A transport service for connections between a debugger and a target VM.
TransportService() - Constructor for class com.sun.jdi.connect.spi.TransportService
 
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.
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.
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.
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).
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.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
Java Debug Interface
DRAFT 9-Ubuntu+0-9b159-1ubuntu1

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Ubuntu+0-9b159-1ubuntu1