Class OptimisticSharedObject

    • Constructor Detail

      • OptimisticSharedObject

        public OptimisticSharedObject()
    • Method Detail

      • 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