Class OptimisticSharedObject

java.lang.Object
org.eclipse.ecf.core.sharedobject.BaseSharedObject
org.eclipse.ecf.core.sharedobject.OptimisticSharedObject
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, IIdentifiable, ISharedObject
Direct Known Subclasses:
SharedModel

public class OptimisticSharedObject extends BaseSharedObject
Superclass for shared object classes that replicate themselves optimistically. May be subclassed as desired.
See Also:
  • Constructor Details

    • OptimisticSharedObject

      public OptimisticSharedObject()
  • Method Details

    • initialize

      protected void initialize() throws SharedObjectInitException
      Description copied from class: BaseSharedObject
      Initialize this shared object. Subclasses may override as appropriate to define custom initialization behavior. If initialization should fail, then a SharedObjectInitException should be thrown by implementing code. Also, subclasses overriding this method should call super.initialize() before running their own code.
      Overrides:
      initialize in class BaseSharedObject
      Throws:
      SharedObjectInitException - if initialization should throw