org.eclipse.core.internal.jobs

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.core.internal.jobs 
org.eclipse.core.internal.jobs
Java Source File NameTypeComment
Deadlock.javaClass The deadlock class stores information about a deadlock that just occurred.
DeadlockDetector.javaClass Stores all the relationships between locks (rules are also considered locks), and the threads that own them.
ImplicitJobs.javaClass Implicit jobs are jobs that are running by virtue of a JobManager.begin/end pair.
InternalJob.javaClass Internal implementation class for jobs.
JobListeners.javaClass Responsible for notifying all job listeners about job lifecycle events.
JobManager.javaClass Implementation of API type IJobManager Implementation note: all the data structures of this class are protected by a single lock object held as a private field in this class.
JobQueue.javaClass A linked list based priority queue.
JobStatus.javaClass Standard implementation of the IJobStatus interface.
LockManager.javaClass Stores the only reference to the graph that contains all the known relationships between locks, rules, and the threads that own them. Synchronizes all access to the graph on the only instance that exists in this class. Also stores the state of suspended locks so that they can be reacquired with the proper lock depth.
OrderedLock.javaClass A lock used to control write access to an exclusive resource. The lock avoids circular waiting deadlocks by detecting the deadlocks and resolving them through the suspension of all locks owned by one of the threads involved in the deadlock.
Queue.javaClass A Queue of objects.
Semaphore.javaClass
ThreadJob.javaClass Captures the implicit job state for a given thread.
Worker.javaClass A worker thread processes jobs supplied to it by the worker pool.
WorkerPool.javaClass Maintains a pool of worker threads.
ww___w__.___j___a___v_a__2s___.c___o___m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.