Java.Lang.Thread: Constructor Members

The constructors of Java.Lang.Thread are listed below. For a list of all members, see the Thread Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new Thread with no Runnable object and a newly generated name.
Constructs a new Thread with a Runnable object and a newly generated name.
Documentation for this section has not yet been entered.
Constructs a new Thread with no Runnable object and the name provided.
Constructs a new Thread with a Runnable object and name provided.
Constructs a new Thread with a Runnable object and a newly generated name.
Documentation for this section has not yet been entered.
Constructs a new Thread with no Runnable object, the given name and belonging to the ThreadGroup passed as parameter.
Documentation for this section has not yet been entered.
Constructs a new Thread with a Runnable object, the given name and belonging to the ThreadGroup passed as parameter.
Documentation for this section has not yet been entered.
Constructs a new Thread with a Runnable object, the given name and belonging to the ThreadGroup passed as parameter.
Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.