org.opengroup.arm40.transaction
Interface ArmToken

All Superinterfaces:
ArmInterface
All Known Subinterfaces:
ArmCorrelator, ArmID, ArmSystemAddress
All Known Implementing Classes:
ArmCorrelatorImpl, ArmIdImpl, ArmSystemAddressImpl, ArmTokenImpl

public interface ArmToken
extends ArmInterface


Method Summary
 boolean copyBytes(byte[] dest)
           
 boolean copyBytes(byte[] dest, int offset)
           
 byte[] getBytes()
           
 int getLength()
           
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface
getErrorCode, getErrorMessage, setErrorCode
 

Method Detail

copyBytes

public boolean copyBytes(byte[] dest)

copyBytes

public boolean copyBytes(byte[] dest,
                         int offset)

getBytes

public byte[] getBytes()

getLength

public int getLength()