|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
CADI.Proxy.Core.ProxyPrefetching
public class ProxyPrefetching
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
private int |
cacheDescriptorSubType
|
private int |
cacheDescriptorType
|
private ProxyCacheManagement |
cacheManagement
|
private FetchTarget |
fetchTarget
|
private boolean |
finish
Indicates whether the thread has to finish. |
private HTTPClient |
httpClient
|
private CADILog |
log
It is an object that will be used to log the server process |
private ProxyCacheLogicalTargets |
proxyCacheLogicalTargets
Definition in CADI.Proxy.Proxy#logicalTargetList. |
private ProxyMutex |
proxyMutex
|
private ProxyRequestedWOIs |
requestedWOIs
|
private int |
rlIndex
|
private StopWatch |
stopWatch
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
ProxyPrefetching()
This class constructor is not allowed. |
|
ProxyPrefetching(java.lang.String threadName,
ProxyCacheLogicalTargets proxyCacheLogicalTargets,
ProxyRequestedWOIs requestedWOIs,
ProxyMutex proxyMutex,
CADILog log)
|
|
| Method Summary | |
|---|---|
private ViewWindowField |
calculateWOIsBoundingBox(java.util.ArrayList<ViewWindowField> woisList)
|
private ViewWindowField |
calculateWOIsBoundingBoxPan(java.util.ArrayList<ViewWindowField> woisList)
|
private ViewWindowField |
calculateWOIsBoundingBoxZoom(java.util.ArrayList<ViewWindowField> woisList,
int index)
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, 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 |
|---|
private ProxyCacheLogicalTargets proxyCacheLogicalTargets
CADI.Proxy.Proxy#logicalTargetList.
private ProxyRequestedWOIs requestedWOIs
private CADILog log
private boolean finish
#finish()private ProxyCacheManagement cacheManagement
private FetchTarget fetchTarget
private HTTPClient httpClient
private int cacheDescriptorType
private int cacheDescriptorSubType
private StopWatch stopWatch
private ProxyMutex proxyMutex
private int rlIndex
| Constructor Detail |
|---|
public ProxyPrefetching()
public ProxyPrefetching(java.lang.String threadName,
ProxyCacheLogicalTargets proxyCacheLogicalTargets,
ProxyRequestedWOIs requestedWOIs,
ProxyMutex proxyMutex,
CADILog log)
threadName - proxyCacheLogicalTargets - requestedWOIs - proxyMutex - log - | Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
private ViewWindowField calculateWOIsBoundingBoxZoom(java.util.ArrayList<ViewWindowField> woisList,
int index)
woisList -
private ViewWindowField calculateWOIsBoundingBoxPan(java.util.ArrayList<ViewWindowField> woisList)
woisList -
private ViewWindowField calculateWOIsBoundingBox(java.util.ArrayList<ViewWindowField> woisList)
woisList -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||