public interface ArmTransactionFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
propertyKey |
Modifier and Type | Method and Description |
---|---|
ArmCorrelator |
newArmCorrelator(byte[] corrBytes) |
ArmCorrelator |
newArmCorrelator(byte[] corrBytes,
int offset) |
ArmTransaction |
newArmTransaction(ArmUUID tranUUID) |
ArmUUID |
newArmUUID(byte[] uuidBytes) |
ArmUUID |
newArmUUID(byte[] uuidBytes,
int offset) |
static final java.lang.String propertyKey
ArmCorrelator newArmCorrelator(byte[] corrBytes)
ArmCorrelator newArmCorrelator(byte[] corrBytes, int offset)
ArmTransaction newArmTransaction(ArmUUID tranUUID)
ArmUUID newArmUUID(byte[] uuidBytes)
ArmUUID newArmUUID(byte[] uuidBytes, int offset)