org.opengroup.arm3.tranreport
Interface ArmSystemId

All Superinterfaces:
ArmToken

public interface ArmSystemId
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
 short getFormat()
           
 
Methods inherited from interface org.opengroup.arm3.transaction.ArmToken
copyBytes, copyBytes, getBytes, getLength
 

Field Detail

FORMAT_IPV4

static final short FORMAT_IPV4
See Also:
Constant Field Values

FORMAT_IPV4PORT

static final short FORMAT_IPV4PORT
See Also:
Constant Field Values

FORMAT_IPV6

static final short FORMAT_IPV6
See Also:
Constant Field Values

FORMAT_IPV6PORT

static final short FORMAT_IPV6PORT
See Also:
Constant Field Values

FORMAT_SNA

static final short FORMAT_SNA
See Also:
Constant Field Values

FORMAT_X25

static final short FORMAT_X25
See Also:
Constant Field Values

FORMAT_HOSTNAME

static final short FORMAT_HOSTNAME
See Also:
Constant Field Values

FORMAT_UUID

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

getFormat

short getFormat()