org.opengroup.arm40.tranreport
Interface ArmSystemAddress

All Superinterfaces:
ArmInterface, ArmToken
All Known Implementing Classes:
ArmSystemAddressImpl

public interface ArmSystemAddress
extends ArmToken


Field Summary
static short FORMAT_HOSTNAME
           
static short FORMAT_IPV4
           
static short FORMAT_IPV4PORT
           
static short FORMAT_IPV6
           
static short FORMAT_IPV6PORT
           
static short FORMAT_SNA
           
static short FORMAT_UUID
           
static short FORMAT_X25
           
 
Method Summary
 byte[] getAddress()
           
 short getFormat()
           
 ArmID getID()
           
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmToken
copyBytes, copyBytes, getBytes, getLength
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface
getErrorCode, getErrorMessage, setErrorCode
 

Field Detail

FORMAT_HOSTNAME

public static final short FORMAT_HOSTNAME
See Also:
Constant Field Values

FORMAT_IPV4

public static final short FORMAT_IPV4
See Also:
Constant Field Values

FORMAT_IPV4PORT

public static final short FORMAT_IPV4PORT
See Also:
Constant Field Values

FORMAT_IPV6

public static final short FORMAT_IPV6
See Also:
Constant Field Values

FORMAT_IPV6PORT

public static final short FORMAT_IPV6PORT
See Also:
Constant Field Values

FORMAT_SNA

public static final short FORMAT_SNA
See Also:
Constant Field Values

FORMAT_X25

public static final short FORMAT_X25
See Also:
Constant Field Values

FORMAT_UUID

public static final short FORMAT_UUID
See Also:
Constant Field Values
Method Detail

getAddress

public byte[] getAddress()

getFormat

public short getFormat()

getID

public ArmID getID()