org.opengroup.arm3.transaction

Interface ArmTransactionFactory

public interface ArmTransactionFactory

Field Summary
static StringpropertyKey
Method Summary
ArmCorrelatornewArmCorrelator(byte[] corrBytes)
ArmCorrelatornewArmCorrelator(byte[] corrBytes, int offset)
ArmTransactionnewArmTransaction(ArmUUID tranUUID)
ArmUUIDnewArmUUID(byte[] uuidBytes)
ArmUUIDnewArmUUID(byte[] uuidBytes, int offset)

Field Detail

propertyKey

public static final String propertyKey

Method Detail

newArmCorrelator

public ArmCorrelator newArmCorrelator(byte[] corrBytes)

newArmCorrelator

public ArmCorrelator newArmCorrelator(byte[] corrBytes, int offset)

newArmTransaction

public ArmTransaction newArmTransaction(ArmUUID tranUUID)

newArmUUID

public ArmUUID newArmUUID(byte[] uuidBytes)

newArmUUID

public ArmUUID newArmUUID(byte[] uuidBytes, int offset)