public class OAThreadLocal extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList<HubEvent> |
alHubEvent |
ArrayList<OASiblingHelper> |
alSiblingHelper |
protected boolean |
bIsSyncThread |
protected boolean |
bIsWaitingOnLock |
protected int |
cacheAddMode |
protected Tuple3<Hub,OAObject,String>[] |
calcPropertyEvents |
int |
cntGetSiblingCalled |
protected String |
compoundUndoableName |
Object |
context |
protected boolean |
createUndoablePropertyChanges
used by OAUndoManager.start/endCapturePropertyChanges - to create undoable for oaObj.propertyChanges see
OAUndoableManager#startCapturePropertyChanges
|
protected Object[] |
deleting |
Hub[] |
dontAdjustHubs |
Hub |
fastLoadingHub |
protected Object[] |
flags |
protected int |
hubListenerTreeCount |
OAThreadLocalHubMergerCallback[] |
hubMergerCallback |
protected int |
hubMergerChangingCount |
protected String |
ignoreTreeListenerProperty |
boolean |
isAdmin
used by OAContext, to automatically allow OAContext.isAdmin() to return true
|
protected int |
loading
Counter flag to know that an object is being loaded from DataSource.
|
protected Object[] |
locks
List of objects that are locked by this thread.
|
protected Object |
notifyObject |
OAJson |
oajackson |
int |
oaSyncEventCount |
protected OAObjectSerializer |
objectSerializer |
OAProcess |
process |
protected int |
recursiveTriggerCount |
protected int |
refreshing |
protected RequestInfo |
requestInfo |
protected int |
sendingEvent |
protected String |
status |
protected int |
suppressCSMessages |
protected String |
threadName |
protected long |
time |
protected OATransaction |
transaction |
Constructor and Description |
---|
OAThreadLocal() |
protected String threadName
protected String status
protected long time
protected Object[] deleting
protected int cacheAddMode
protected OATransaction transaction
protected OAObjectSerializer objectSerializer
protected int hubMergerChangingCount
protected int sendingEvent
protected int hubListenerTreeCount
protected String ignoreTreeListenerProperty
protected int loading
protected int suppressCSMessages
protected volatile Object[] locks
protected boolean bIsWaitingOnLock
protected boolean bIsSyncThread
protected Object[] flags
protected boolean createUndoablePropertyChanges
protected String compoundUndoableName
protected RequestInfo requestInfo
protected Object notifyObject
protected int recursiveTriggerCount
public int oaSyncEventCount
public ArrayList<OASiblingHelper> alSiblingHelper
public int cntGetSiblingCalled
public Object context
public boolean isAdmin
public OAJson oajackson
public Hub[] dontAdjustHubs
protected int refreshing
public Hub fastLoadingHub
public OAProcess process
public OAThreadLocalHubMergerCallback[] hubMergerCallback
Copyright © 1999–2025 ViaOA. All rights reserved.