| java.lang.Object com.tc.object.tx.TestClientTransaction
Method Summary | |
public void | addDmiDescritor(DmiDescriptor dd) | public List | addNotifiesTo(List notifies) | public void | addNotify(Notify notify) | public void | arrayChanged(TCObject source, int startPos, Object array, int length) | public void | createObject(TCObject source) | public void | createRoot(String name, ObjectID rootID) | public void | fieldChanged(TCObject source, String classname, String fieldname, Object newValue, int index) | public LockID[] | getAllLockIDs() | public Map | getChangeBuffers() | public List | getDmiDescriptors() | public LockID | getLockID() | public Map | getNewRoots() | public int | getNotifiesCount() | public Collection | getReferencesOfObjectsInTxn() | public SequenceID | getSequenceID() | public TransactionID | getTransactionID() | public TxnType | getTransactionType() | public boolean | hasChanges() | public boolean | hasChangesOrNotifies() | public boolean | hasDmiDescriptors() | public boolean | isConcurrent() | public boolean | isNull() | public void | literalValueChanged(TCObject source, Object newValue, Object oldValue) | public void | logicalInvoke(TCObject source, int method, Object[] parameters, String methodName) | public void | setAlreadyCommitted() | public void | setSequenceID(SequenceID sequenceID) | public void | setTransactionContext(TransactionContext transactionContext) | public void | updateMBean(ClientTxMonitorMBean txMBean) |
TestClientTransaction | public TestClientTransaction()(Code) | | |
getChangeBuffers | public Map getChangeBuffers()(Code) | | |
getDmiDescriptors | public List getDmiDescriptors()(Code) | | |
getNotifiesCount | public int getNotifiesCount()(Code) | | |
getReferencesOfObjectsInTxn | public Collection getReferencesOfObjectsInTxn()(Code) | | |
hasChanges | public boolean hasChanges()(Code) | | |
hasChangesOrNotifies | public boolean hasChangesOrNotifies()(Code) | | |
hasDmiDescriptors | public boolean hasDmiDescriptors()(Code) | | |
isConcurrent | public boolean isConcurrent()(Code) | | |
isNull | public boolean isNull()(Code) | | |
setAlreadyCommitted | public void setAlreadyCommitted()(Code) | | |
|
|