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
-
public class AbortLogRecord extends LogRecord
-
-
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
Constructors Constructor Description AbortLogRecord(long txId, Semaphore semaphore, java.util.List journal, CacheReleaseListener cacheReleaseListener)
AbortLogRecord(long txId, Semaphore semaphore, java.util.List journal, CacheReleaseListener cacheReleaseListener, AsyncCompletionCallback callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLogType()
java.lang.String
toString()
-
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 Detail
-
AbortLogRecord
public AbortLogRecord(long txId, Semaphore semaphore, java.util.List journal, CacheReleaseListener cacheReleaseListener, AsyncCompletionCallback callback)
-
AbortLogRecord
public AbortLogRecord(long txId, Semaphore semaphore, java.util.List journal, CacheReleaseListener cacheReleaseListener)
-
-
Method Detail
-
getLogType
public int getLogType()
- Specified by:
getLogType
in classLogRecord
-
-