Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

oracle.apps.fnd.applcore.flex.ui.deployment
Class EFFAsyncDeploymentManager

java.lang.Object
  extended by java.lang.Thread
      extended by oracle.apps.fnd.applcore.flex.ui.deployment.EFFAsyncDeploymentManager
All Implemented Interfaces:
java.lang.Runnable

public class EFFAsyncDeploymentManager
extends java.lang.Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
EFFAsyncDeploymentManager(EFFAsyncDeploymentQueue queue, DeploymentProgressIndicator deployer, java.lang.Object context, java.lang.String sessionId, java.lang.String sessionCookie)
          Constructor for EFFAsyncDeploymentManager
 
Method Summary
 EFFAsyncDeploymentQueue getQueue()
          Returns the asynchronous deployment Queue of this thread.
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, 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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EFFAsyncDeploymentManager

public EFFAsyncDeploymentManager(EFFAsyncDeploymentQueue queue,
                                 DeploymentProgressIndicator deployer,
                                 java.lang.Object context,
                                 java.lang.String sessionId,
                                 java.lang.String sessionCookie)
Constructor for EFFAsyncDeploymentManager

Parameters:
queue - an EFFAsyncDeploymentQueue object containing the queued EFF deployment objects
deployer - an instance of DeploymentProgressIndicator
context - an instance of ADFContext
sessionId - sessionId of the current session
sessionCookie - of the current session
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

getQueue

public EFFAsyncDeploymentQueue getQueue()
Returns the asynchronous deployment Queue of this thread.

Returns:
an EFFAsyncDeploymentQueue object

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

Copyright © 2013 Oracle. All Rights Reserved.