public class OAThreadLocal extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList<HubEvent> |
alHubEvent |
ArrayList<OASiblingHelper> |
alSiblingHelper |
protected boolean |
bIsWaitingOnLock |
protected int |
cacheAddMode |
protected Tuple3<Hub,OAObject,String>[] |
calcPropertyEvents |
int |
cntGetSiblingCalled |
protected String |
compoundUndoableName |
protected boolean |
createUndoablePropertyChanges
used by OAUndoManager.start/endCapturePropertyChanges - to create undoable for oaObj.propertyChanges
see OAUndoableManager#startCapturePropertyChanges
|
protected Object[] |
deleting |
boolean |
enableEditQuery |
protected Object[] |
flags |
protected int |
hubListenerTreeCount |
protected int |
hubMergerIsChangingCount |
protected String |
ignoreTreeListenerProperty |
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 |
int |
oaSyncEventCount |
protected OAObjectSerializer |
objectSerializer |
protected int |
recursiveTriggerCount |
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 hubMergerIsChangingCount
protected int sendingEvent
protected int hubListenerTreeCount
protected String ignoreTreeListenerProperty
protected int loading
protected int suppressCSMessages
protected volatile Object[] locks
protected boolean bIsWaitingOnLock
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 boolean enableEditQuery
Copyright © 1999–2019 ViaOA. All rights reserved.