Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.trees.ui.managed
Class CommonTreeThread

java.lang.Object
  extended by java.lang.Thread
      extended by oracle.apps.fnd.applcore.trees.ui.managed.CommonTreeThread
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
AuditThread, FlatteningThread

public class CommonTreeThread
extends java.lang.Thread

This class is used to fork a thread. Here we are calling the Modeler code as a seperate thread as we do not want the backend processing to delay the coming up of the popup.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
protected  oracle.adf.view.rich.context.AdfFacesContext _adfFacesContext
           
protected  java.lang.Object _context
           
protected  java.util.Map _messageMap
           
protected  java.util.Map<java.lang.String,java.lang.Object> _pageFlowScopeMap
           
protected  java.lang.String _sessionCookie
           
protected  java.lang.String _sessionId
           
protected static java.lang.String POLL_STATUS_CONFIRM
           
protected static java.lang.String POLL_STATUS_ERROR
           
protected static java.lang.String POLL_STATUS_PROCESS
           
protected static java.lang.String POLL_STATUS_WARN
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CommonTreeThread(java.lang.Object context, java.lang.String sessionId, java.lang.String sessionCookie, oracle.adf.view.rich.context.AdfFacesContext adffacescontext, java.util.Map<java.lang.String,java.lang.Object> pgFlowScopeMap, javax.faces.context.FacesContext facesContext)
          Audit thread constructor.
 
Method Summary
protected  java.lang.Object checkAndGetFromMap(java.lang.String name)
           
protected  java.lang.String getTransMessage(java.lang.String pRbKey, java.lang.Object... pTokens)
           
 
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, run, 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
 

Field Detail

POLL_STATUS_PROCESS

protected static java.lang.String POLL_STATUS_PROCESS

POLL_STATUS_WARN

protected static java.lang.String POLL_STATUS_WARN

POLL_STATUS_CONFIRM

protected static java.lang.String POLL_STATUS_CONFIRM

POLL_STATUS_ERROR

protected static java.lang.String POLL_STATUS_ERROR

_context

protected final java.lang.Object _context

_sessionId

protected java.lang.String _sessionId

_sessionCookie

protected java.lang.String _sessionCookie

_adfFacesContext

protected oracle.adf.view.rich.context.AdfFacesContext _adfFacesContext

_pageFlowScopeMap

protected java.util.Map<java.lang.String,java.lang.Object> _pageFlowScopeMap

_messageMap

protected java.util.Map _messageMap
Constructor Detail

CommonTreeThread

public CommonTreeThread(java.lang.Object context,
                        java.lang.String sessionId,
                        java.lang.String sessionCookie,
                        oracle.adf.view.rich.context.AdfFacesContext adffacescontext,
                        java.util.Map<java.lang.String,java.lang.Object> pgFlowScopeMap,
                        javax.faces.context.FacesContext facesContext)
Audit thread constructor.

Parameters:
context - Context
sessionId - session Id
sessionCookie - sessionCookie
adffacescontext - Adffacescontext
pgFlowScopeMap - pageflowscopemap
Method Detail

checkAndGetFromMap

protected java.lang.Object checkAndGetFromMap(java.lang.String name)

getTransMessage

protected java.lang.String getTransMessage(java.lang.String pRbKey,
                                           java.lang.Object... pTokens)

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.