Class Ack

java.lang.Object
net.bluemind.core.container.api.Ack
Direct Known Subclasses:
ImapAck

public class Ack extends Object
This class represent an acknowledgement to a server side operation that assigned a new version number to an item.
  • Field Details

    • version

      public long version
      Server version allocated as a result of an operation
    • timestamp

      public Date timestamp
      Server date of the operation
  • Constructor Details

    • Ack

      public Ack()
  • Method Details

    • create

      public static Ack create(long v, Date opTime)
    • create

      public static Ack create(long v)