Uses of Class java.lang.Thread

Uses in package gnu.classpath.jdwp.id

Methods with return type java.lang.Thread

Thread
Gets the Thread represented by this ID

Uses in package gnu.gcj.runtime

Classes derived from java.lang.Thread

class

Uses in package gnu.CORBA.Poa

Methods with parameter type java.lang.Thread

boolean
Check if this thread is registered.
void
Add the entry to the map.
void
Remove the entry from the map.

Uses in package gnu.classpath.jdwp.util

Fields of type java.lang.Thread

Thread
Thread[]

Uses in package javax.swing.text

Methods with return type java.lang.Thread

Thread
Returns the thread that currently modifies this Document if there is one, otherwise null.

Uses in package gnu.classpath.jdwp.event

Constructors with parameter type java.lang.Thread

Constructs a new BreakpointEvent
ClassPrepareEvent.ClassPrepareEvent(Thread thread, Class<T> clazz, int flags)
Constructs a new ClassPrepareEvent
ExceptionEvent.ExceptionEvent(Throwable exception, Thread thread, Location location, Location catchLocation, Class<T> clazz, Object instance)
Constructs a new ExceptionEvent where the exception was caught.
MethodEntryEvent.MethodEntryEvent(Thread thread, Location location, Object instance)
Constructs a new MethodEntryEvent
MethodExitEvent.MethodExitEvent(Thread thread, Location location, Object instance)
Constructs a new MethodExitEvent
SingleStepEvent.SingleStepEvent(Thread thread, Location location, Object instance)
Constructs a new SingleStepEvent
Constructs a new ThreadEndEvent
Constructs a new ThreadStartEvent object
Constructs a VmInitEvent object

Uses in package gnu.java.rmi.server

Classes derived from java.lang.Thread

class
class

Uses in package gnu.classpath.toolkit

Methods with return type java.lang.Thread

Thread

Uses in package java.lang

Methods with parameter type java.lang.Thread

void
Register a new shutdown hook.
void
Check if the current thread is allowed to modify another Thread.
int
Copy every active thread in the current Thread's ThreadGroup into the array.
int
Copy all of the active Threads from this ThreadGroup and its descendants into the specified array.
int
ThreadGroup.enumerate(Thread[] array, boolean recurse)
Copy all of the active Threads from this ThreadGroup and, if desired, from its descendants, into the specified array.
boolean
De-register a shutdown hook.
void
Invoked by the virtual machine with the dying thread and the uncaught exception.
void
When a Thread in this ThreadGroup does not catch an exception, the virtual machine calls this method.

Methods with return type java.lang.Thread

Thread
Get the currently executing Thread.

Uses in package gnu.classpath.jdwp

Classes derived from java.lang.Thread

class
Main interface from the virtual machine to the JDWP back-end.

Constructors with parameter type java.lang.Thread

VMFrame.VMFrame(Thread thr, long frame_id, Location frame_loc, Object frame_obj)
Create a new VMFrame object.

Methods with parameter type java.lang.Thread

MethodResult
VMVirtualMachine.executeMethod(Object obj, Thread thread, Class<T> clazz, VMMethod method, Value[] values, int options)
Executes a method in the virtual machine.
Object
Returns the current contended monitor for a thread.
VMFrame
VMVirtualMachine.getFrame(Thread thread, long frameID)
Returns the frame for a given thread with the frame ID in the buffer I don't like this.
int
Returns the number of frames in the thread's stack
ArrayList<E>
VMVirtualMachine.getFrames(Thread thread, int start, int length)
Returns the thread's call stack
Object[]
Returns a list of owned monitors.
int
Get the suspend count for a give thread
int
Returns the status of a thread
void
VMVirtualMachine.popFrames(Thread thread, long frameId)
Pop all frames up to and including the given frame.
void
Resume a thread.
void
Suspend a thread

Methods with return type java.lang.Thread

Thread
Get the thread this frame is in.

Uses in package gnu.java.awt.peer.gtk

Classes derived from java.lang.Thread

class
The Java thread representing the native GTK main loop, that is, GtkMainThread.mainThread, terminates when GtkToolkit.gtkMain() returns.

Uses in package gnu.classpath.jdwp.transport

Classes derived from java.lang.Thread

class
A connection via some transport to some JDWP-speaking entity.

Uses in package gnu.CORBA.Interceptor

Methods with parameter type java.lang.Thread

boolean
Check if this thread is registered.
void
gnuIcCurrent.put(Thread t, Any[] record)
Add the entry to the map.
void
Remove the entry from the map.

Uses in package gnu.java.awt.peer.qt

Classes derived from java.lang.Thread

class
This Thread is the main Qt thread.
class
This class does repainting of Component back-buffers.

Uses in package gnu.CORBA

Classes derived from java.lang.Thread

class
A server, responsible for listening on requests on some local port.
class
A server, responsible for listening on requests on some local port and serving multiple requests (probably to the different objects) on the same thread.