Community
Participate
Working Groups
The TransactionCommitIndication has originally been the only signal with write access to the backend. Now we have signals like: CreateBranchIndication.java LockAreaIndication.java LockObjectsIndication.java UnlockObjectsIndication.java Depending on the actual IStore implementation these signals can actually require a writer (provided through a new CDOServerWriteIndication) instead of a reader (provided through the existing CDOReadIndication).
Committed revision 7828: - trunk/plugins/org.eclipse.emf.cdo.server.net4j
I've also renamed CDOReadIndication to CDOServerReadIndication.
Available in R20110608-1407