Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-03-08Removed references to Platform.getExtensionRegistry() in ECF bundles, and ↵slewis1-38/+56
replaced with accesses to extension registry service. This deals with one aspect of bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=176322
2006-10-25Checkpoint checkin during refactoring. Moved shared object/shared object ↵slewis5-16/+16
container interfaces and classes to org.eclipse.ecf.core.sharedobject package
2006-01-03Changed 'make' factory methods (e.g. IDFactory.getDefault().makeID) to ↵slewis1-1/+1
'create' methods (e.g. IDFactory.getDefault().createID().
2005-07-09Changed IDFactory.makeID() API to be: IDFactory.getDefault().makeID(). ↵slewis1-1/+1
Updated all client code. Added IIDFactory interface. Changed IDFactory.getDefault() to return IIDFactory. Changed SharedObjectContainerFactory.getDefault() to return ISharedObjectContainerFactory.
2005-07-05API Change. Modified ISharedObjectManager.addSharedObject and ↵slewis2-3/+3
ISharedObjectManager.createSharedObject so that they no longer have the ISharedObjectContainerTransaction parameter at the end. Now, instead of having the caller pass this instance in, the shared object implementer is expected to return a non-null instance when getAdapter(ISharedObjectContainerTransaction.class) is called. This getAdapter call is made on the target instance *before* it is added to the container. If a non-null value is returned, it's waitToCommit() method is called during shared object create and add.
2005-06-18Fixes for compiler warningsslewis2-9/+9
2005-05-23Added setJoinPolicy to ISharedObjectContainerGroupManager interface and ↵slewis1-4/+9
generic provider implementation. Added setAddSharedObject to ISharedObjectManager interface and generic provider and test provider implementations. Also corrected trivial bug in clean up code for org.eclipse.ecf.sdo project.
2005-03-04Added proper tracing support.Root_E3_1M5apnehrer6-530/+538
2005-02-25Fix for null pointer exception when context is nulled out by wrapper before ↵slewis1-4/+7
dispose is called.
2005-02-20Removed dependency on Platform.pnehrer2-4/+16
2005-02-17Added the manager extension point.pnehrer3-270/+295
2005-02-16Started adding extension points.pnehrer3-61/+225
2005-02-02Refactored, fixed bugs, and made SharedSDOEditor work!pnehrer5-20/+110
2005-02-02Normalized exception specs.pnehrer1-21/+4
2005-01-31Improved failure handling.pnehrer13-741/+776
2005-01-31Initial check-in.pnehrer15-0/+1309

    Back to the top