Class EntryUpdatedPacket

All Implemented Interfaces:
IResource

public class EntryUpdatedPacket extends BusPacket<Processor>
Since:
9.1
Author:
yael
  • Constructor Details

  • Method Details

    • execute

      public void execute(Processor processor) throws Exception
      Specified by:
      execute in class BusPacket<Processor>
      Throws:
      Exception
    • isNotifyMatched

      public boolean isNotifyMatched()
    • isNotifyRematched

      public boolean isNotifyRematched()
    • isFromReplication

      public boolean isFromReplication()
    • getOriginalEntryHolder

      public IEntryHolder getOriginalEntryHolder()
      Returns:
      the entry before the update operation
    • getNotifyEH

      public IEntryHolder getNotifyEH()