Class FifoBackgroundRequest

java.lang.Object
com.j_spaces.core.fifo.FifoBackgroundRequest

public class FifoBackgroundRequest extends Object
holds info for scanning waiting templates as a result from fifo operations both notify and non-notify templates
Since:
7.1
Version:
1.0
Author:
Yechiel Fefer
  • Constructor Details

  • Method Details

    • isNotifyRequest

      public boolean isNotifyRequest()
    • isNonNotifyRequest

      public boolean isNonNotifyRequest()
    • getFifoXtnNumber

      public long getFifoXtnNumber()
    • setFifoXtnNumber

      public void setFifoXtnNumber(long xtnFifo)
    • isReady

      public boolean isReady()
    • setReady

      public void setReady()
    • resetReady

      public void resetReady()
    • isCancelled

      public boolean isCancelled()
    • setCancelled

      public void setCancelled()
    • getEntry

      public IEntryHolder getEntry()
    • getOriginalEntry

      public IEntryHolder getOriginalEntry()
    • getTemplate

      public ITemplateHolder getTemplate()
    • getTime

      public long getTime()
    • setTime

      public void setTime(long tm)
    • getSpaceOperation

      public int getSpaceOperation()
    • getCloneEntry

      public IEntryHolder getCloneEntry()
    • getXtn

      public ServerTransaction getXtn()
    • isXtnEnd

      public boolean isXtnEnd()
    • setXtnEnd

      public void setXtnEnd()
    • isFromReplication

      public boolean isFromReplication()
    • getOperationID

      public OperationID getOperationID()
    • getAllowFifoNotificationsForNonFifoEvents

      public FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType getAllowFifoNotificationsForNonFifoEvents()
    • setAllowFifoNotificationsForNonFifoEvents

      public void setAllowFifoNotificationsForNonFifoEvents(FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType e)