Package com.j_spaces.core.fifo
Class FifoBackgroundRequest
java.lang.Object
com.j_spaces.core.fifo.FifoBackgroundRequest
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionFifoBackgroundRequest(OperationID operID, boolean isNotifyRequest, boolean isNonNotifyRequest, IEntryHolder eh, IEntryHolder originalEntry, boolean fromReplication, int spaceOperation, ServerTransaction txn, IEntryHolder cloneEH) FifoBackgroundRequest(OperationID operID, boolean isNotifyRequest, boolean isNonNotifyRequest, IEntryHolder eh, IEntryHolder originalEntry, boolean fromReplication, ITemplateHolder template) -
Method Summary
Modifier and TypeMethodDescriptiongetEntry()longintlonggetTime()getXtn()booleanbooleanbooleanbooleanbooleanisReady()booleanisXtnEnd()voidvoidsetAllowFifoNotificationsForNonFifoEvents(FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType e) voidvoidsetFifoXtnNumber(long xtnFifo) voidsetReady()voidsetTime(long tm) void
-
Constructor Details
-
FifoBackgroundRequest
public FifoBackgroundRequest() -
FifoBackgroundRequest
public FifoBackgroundRequest(OperationID operID, boolean isNotifyRequest, boolean isNonNotifyRequest, IEntryHolder eh, IEntryHolder originalEntry, boolean fromReplication, ITemplateHolder template) -
FifoBackgroundRequest
public FifoBackgroundRequest(OperationID operID, boolean isNotifyRequest, boolean isNonNotifyRequest, IEntryHolder eh, IEntryHolder originalEntry, boolean fromReplication, int spaceOperation, ServerTransaction txn, IEntryHolder cloneEH)
-
-
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
-
getOriginalEntry
-
getTemplate
-
getTime
public long getTime() -
setTime
public void setTime(long tm) -
getSpaceOperation
public int getSpaceOperation() -
getCloneEntry
-
getXtn
-
isXtnEnd
public boolean isXtnEnd() -
setXtnEnd
public void setXtnEnd() -
isFromReplication
public boolean isFromReplication() -
getOperationID
-
getAllowFifoNotificationsForNonFifoEvents
public FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType getAllowFifoNotificationsForNonFifoEvents() -
setAllowFifoNotificationsForNonFifoEvents
public void setAllowFifoNotificationsForNonFifoEvents(FifoBackgroundRequest.AllowFifoNotificationsForNonFifoType e)
-