StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.lib.uno.environments.remote
Class JavaThreadPool$JobDispatcher

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--com.sun.star.lib.uno.environments.remote.JavaThreadPool$JobDispatcher
All Implemented Interfaces:
java.lang.Runnable

synchronized class JavaThreadPool$JobDispatcher
extends java.lang.Thread


Field Summary
(package private)  java.util.Hashtable __last_queue
           
(package private)  com.sun.star.lib.uno.environments.remote.JobQueue _jobQueue
           
(package private)  com.sun.star.lib.uno.environments.remote.ThreadID _org_threadId
           
(package private)  com.sun.star.lib.uno.environments.remote.ThreadID _threadId
           
private  com.sun.star.lib.uno.environments.remote.JavaThreadPool this$0
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, PrivateInfo, activeThreadQ, daemon, eetop, group, initial_stack_memory, name, priority, single_step, stillborn, target, threadInitNumber, threadQ
 
Constructor Summary
(package private) JavaThreadPool$JobDispatcher(com.sun.star.lib.uno.environments.remote.JavaThreadPool jtp, com.sun.star.lib.uno.environments.remote.ThreadID tid, boolean b, com.sun.star.uno.IBridge ib)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, exit, getName, getPriority, getThreadGroup, init, interrupt, interrupt0, interrupted, isAlive, isDaemon, isInterrupted, isInterrupted, join, join, join, nextThreadNum, resume, resume0, setDaemon, setName, setPriority, setPriority0, sleep, sleep, start, stop, stop, stop0, suspend, suspend0, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__last_queue

java.util.Hashtable __last_queue

_jobQueue

com.sun.star.lib.uno.environments.remote.JobQueue _jobQueue

_org_threadId

com.sun.star.lib.uno.environments.remote.ThreadID _org_threadId

_threadId

com.sun.star.lib.uno.environments.remote.ThreadID _threadId

this$0

private final com.sun.star.lib.uno.environments.remote.JavaThreadPool this$0
Constructor Detail

JavaThreadPool$JobDispatcher

JavaThreadPool$JobDispatcher(com.sun.star.lib.uno.environments.remote.JavaThreadPool jtp,
                             com.sun.star.lib.uno.environments.remote.ThreadID tid,
                             boolean b,
                             com.sun.star.uno.IBridge ib)
                       throws java.lang.InterruptedException
Method Detail

run

public void run()

StarOffice 5.2 API
reverse engineered by classdoc