Class AbortLogRecord
java.lang.Object
com.swiftmq.impl.store.standard.log.LogOperation
com.swiftmq.impl.store.standard.log.LogRecord
com.swiftmq.impl.store.standard.log.AbortLogRecord
-
Field Summary
Fields inherited from class com.swiftmq.impl.store.standard.log.LogOperation
OPER_CLOSE_LOG, OPER_INITIATE_SYNC, OPER_LOG_REC, OPER_SYNC_LOG
-
Constructor Summary
ConstructorDescriptionAbortLogRecord
(long txId, Semaphore semaphore, List journal, CacheReleaseListener cacheReleaseListener) AbortLogRecord
(long txId, Semaphore semaphore, List journal, CacheReleaseListener cacheReleaseListener, AsyncCompletionCallback callback) -
Method Summary
Methods inherited from class com.swiftmq.impl.store.standard.log.LogRecord
create, getCacheReleaseListener, getCallback, getJournal, getMagic, getMessagePageRefs, getSemaphore, getTxId, isComplete, readContent, readContent, setMagic, writeContent, writeContent
-
Constructor Details
-
AbortLogRecord
public AbortLogRecord(long txId, Semaphore semaphore, List journal, CacheReleaseListener cacheReleaseListener, AsyncCompletionCallback callback) -
AbortLogRecord
public AbortLogRecord(long txId, Semaphore semaphore, List journal, CacheReleaseListener cacheReleaseListener)
-
-
Method Details
-
getLogType
public int getLogType()- Specified by:
getLogType
in classLogRecord
-
toString
-