fulmine.context
Interface FulmineContext.SystemInfoFields

Enclosing class:
FulmineContext

public static interface FulmineContext.SystemInfoFields

Encapsulates the field names for the system info record

Author:
Ramon Servadei

Field Summary
static String FREE_MEMORY
          Key name for the free memory field in the system info record
static String RX_COUNT
          Key name for the rx counts in the system info record
static String TOTAL_MEMORY
          Key name for the total memory field in the system info record
static String TX_COUNT
          Key name for the tx counts in the system info record
 

Field Detail

TX_COUNT

static final String TX_COUNT
Key name for the tx counts in the system info record

See Also:
Constant Field Values

RX_COUNT

static final String RX_COUNT
Key name for the rx counts in the system info record

See Also:
Constant Field Values

FREE_MEMORY

static final String FREE_MEMORY
Key name for the free memory field in the system info record

See Also:
Constant Field Values

TOTAL_MEMORY

static final String TOTAL_MEMORY
Key name for the total memory field in the system info record

See Also:
Constant Field Values


Copyright © 2007-2009. All Rights Reserved.