Class PrepareLogRecordImpl
java.lang.Object
com.swiftmq.impl.store.standard.xa.PrepareLogRecordImpl
- All Implemented Interfaces:
com.swiftmq.swiftlet.store.PrepareLogRecord
public class PrepareLogRecordImpl
extends Object
implements com.swiftmq.swiftlet.store.PrepareLogRecord
-
Field Summary
Fields inherited from interface com.swiftmq.swiftlet.store.PrepareLogRecord
READ_TRANSACTION, WRITE_TRANSACTION -
Constructor Summary
ConstructorsConstructorDescriptionPrepareLogRecordImpl(int type, String queueName, com.swiftmq.jms.XidImpl globalTxId, List keys) PrepareLogRecordImpl(long address) -
Method Summary
Modifier and TypeMethodDescriptionlongcom.swiftmq.jms.XidImpllongintgetType()booleanisValid()voidsetAddress(long address) toString()
-
Constructor Details
-
PrepareLogRecordImpl
public PrepareLogRecordImpl(long address) -
PrepareLogRecordImpl
-
-
Method Details
-
setAddress
public void setAddress(long address) -
getAddress
public long getAddress() -
isValid
public boolean isValid() -
getPreparationTime
public long getPreparationTime() -
getType
public int getType()- Specified by:
getTypein interfacecom.swiftmq.swiftlet.store.PrepareLogRecord
-
getQueueName
- Specified by:
getQueueNamein interfacecom.swiftmq.swiftlet.store.PrepareLogRecord
-
getGlobalTxId
public com.swiftmq.jms.XidImpl getGlobalTxId()- Specified by:
getGlobalTxIdin interfacecom.swiftmq.swiftlet.store.PrepareLogRecord
-
getKeyList
- Specified by:
getKeyListin interfacecom.swiftmq.swiftlet.store.PrepareLogRecord
-
toString
-