Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.gcj.runtime
Class FirstThread  view FirstThread download FirstThread.java

java.lang.Object
  extended byjava.lang.Thread
      extended bygnu.gcj.runtime.FirstThread
All Implemented Interfaces:
java.lang.Runnable

final class FirstThread
extends java.lang.Thread


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  java.lang.Object args
           
private  boolean is_jar
           
(package private) static java.lang.Class Kcert
           
(package private) static java.lang.Class Kfile
           
(package private) static java.lang.Class Khttp
           
(package private) static java.lang.Class Kjar
           
private  java.lang.Class klass
           
private  java.lang.String klass_name
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
FirstThread(java.lang.Class k, java.lang.String[] args)
           
FirstThread(java.lang.String class_name, java.lang.String[] args, boolean is_jar)
           
 
Method Summary
private  void call_main()
           
private  java.lang.String getMain(java.lang.String name)
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

klass

private java.lang.Class klass

klass_name

private java.lang.String klass_name

args

private java.lang.Object args

is_jar

private boolean is_jar

Kcert

static final java.lang.Class Kcert

Kfile

static final java.lang.Class Kfile

Khttp

static final java.lang.Class Khttp

Kjar

static final java.lang.Class Kjar
Constructor Detail

FirstThread

public FirstThread(java.lang.Class k,
                   java.lang.String[] args)

FirstThread

public FirstThread(java.lang.String class_name,
                   java.lang.String[] args,
                   boolean is_jar)
Method Detail

run

public void run()
Description copied from class: java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread. Thread's implementation does nothing at all.


getMain

private java.lang.String getMain(java.lang.String name)

call_main

private void call_main()