public class ArmInfo extends Object
Constructor and Description |
---|
ArmInfo() |
Modifier and Type | Method and Description |
---|---|
static String |
getArmHeaderTagName()
Gets the ARM header tag string
|
org.opengroup.arm40.transaction.ArmInterface |
getArmTransaction()
Get ArmTransaction
|
byte[] |
getTagBytes()
Gets the transaction correlator for insertion into HTTP header
|
void |
setArmTransaction(org.opengroup.arm40.transaction.ArmInterface trans)
Set ArmTransaction value
|
void |
setContextValue(int ndx,
String val)
Set context value at index ndx to val
|
public void setArmTransaction(org.opengroup.arm40.transaction.ArmInterface trans)
trans
- armTransaction to be setpublic org.opengroup.arm40.transaction.ArmInterface getArmTransaction()
public byte[] getTagBytes()
public static String getArmHeaderTagName()
public void setContextValue(int ndx, String val)
ndx
- Index into context values arrayval
- Value to set in context values array© Copyright IBM Corp. 2013. All rights reserved.