SunSPOT API V5.0


com.sun.spot.peripheral.ota
Interface ISpotAdminConstants

All Known Implementing Classes:
OTACommandServer, SpotWorldCommand

public interface ISpotAdminConstants

ISpotAdminConstants


Field Summary
static String ABORT_REQUEST
           
static int ADMIN_FLASH_OPERATION_FLOW_CONTROL_QUANTUM
           
static String BLINK_CMD
           
static String BOOTLOADER_CMD_ATTENTION
           
static String BOOTLOADER_CMD_HEADER
           
static int CHILD_ISOLATE_ECHO_PORT
           
static String CLOSEDOWN
           
static String DELETE_PUBLIC_KEY_CMD
           
static int ERROR_COMMAND_VERIFICATION_FAILED
           
static int ERROR_GENERAL
           
static int ERROR_UNKNOWN_COMMAND
           
static String FLASH_APP_CMD
           
static String FLASH_LIB_CMD
           
static String GET_ALL_APPS_STATUS_CMD
           
static String GET_APP_STATUS_CMD
           
static String GET_AVAILABLE_SUITES_CMD
           
static String GET_CONFIG_PAGE_CMD
           
static String GET_CONFIG_PAGE_LEN_CMD
           
static String GET_FILE_INFO_CMD
           
static String GET_FILE_LIST_CMD
           
static String GET_MEMORY_STATS_CMD
           
static String GET_POWER_STATS_CMD
           
static String GET_RADIO_INFO_CMD
           
static String GET_ROUTE_CMD
           
static String GET_SLEEP_INFO_CMD
           
static String GET_SPOT_PROPERTY_CMD
           
static String GET_SUITE_MANIFEST_CMD
           
static String GET_SYSTEM_PROPERTIES
           
static String LOCAL_OTA_COMMAND_SERVER_IDENTIFICATION_STRING
           
static int MASTER_ISOLATE_ECHO_PORT
           
static String MIGRATE_APP_CMD
           
static String PAUSE_APP_CMD
           
static String RECEIVE_APP_CMD
           
static int REMOTE_FLASH_OPERATION_FLOW_CONTROL_QUANTUM
           
static String REMOTE_GET_PHYS_NBRS_CMD
           
static String REMOTE_OTA_COMMAND_SERVER_IDENTIFICATION_STRING
           
static String RESUME_APP_CMD
           
static String RESYNC_CMD
           
static String SET_PUBLIC_KEY_CMD
           
static String SET_RADIO_INFO_CMD
           
static String SET_STARTUP_CMD
           
static String SET_SYSTEM_PROPERTIES
           
static String SET_TIME_CMD
           
static String START_APP_CMD
           
static String START_REMOTE_PRINTING_CMD
           
static String START_VM_CMD
           
static String STOP_APP_CMD
           
static String STOP_REMOTE_PRINTING_CMD
           
static String UNDEPLOY_CMD
           
 

Field Detail

FLASH_APP_CMD

static final String FLASH_APP_CMD
See Also:
Constant Field Values

FLASH_LIB_CMD

static final String FLASH_LIB_CMD
See Also:
Constant Field Values

UNDEPLOY_CMD

static final String UNDEPLOY_CMD
See Also:
Constant Field Values

START_VM_CMD

static final String START_VM_CMD
See Also:
Constant Field Values

RESYNC_CMD

static final String RESYNC_CMD
See Also:
Constant Field Values

BOOTLOADER_CMD_ATTENTION

static final String BOOTLOADER_CMD_ATTENTION
See Also:
Constant Field Values

DELETE_PUBLIC_KEY_CMD

static final String DELETE_PUBLIC_KEY_CMD
See Also:
Constant Field Values

CLOSEDOWN

static final String CLOSEDOWN
See Also:
Constant Field Values

BLINK_CMD

static final String BLINK_CMD
See Also:
Constant Field Values

GET_CONFIG_PAGE_CMD

static final String GET_CONFIG_PAGE_CMD
See Also:
Constant Field Values

GET_CONFIG_PAGE_LEN_CMD

static final String GET_CONFIG_PAGE_LEN_CMD
See Also:
Constant Field Values

GET_SYSTEM_PROPERTIES

static final String GET_SYSTEM_PROPERTIES
See Also:
Constant Field Values

GET_FILE_LIST_CMD

static final String GET_FILE_LIST_CMD
See Also:
Constant Field Values

GET_FILE_INFO_CMD

static final String GET_FILE_INFO_CMD
See Also:
Constant Field Values

SET_TIME_CMD

static final String SET_TIME_CMD
See Also:
Constant Field Values

SET_SYSTEM_PROPERTIES

static final String SET_SYSTEM_PROPERTIES
See Also:
Constant Field Values

SET_PUBLIC_KEY_CMD

static final String SET_PUBLIC_KEY_CMD
See Also:
Constant Field Values

SET_STARTUP_CMD

static final String SET_STARTUP_CMD
See Also:
Constant Field Values

GET_MEMORY_STATS_CMD

static final String GET_MEMORY_STATS_CMD
See Also:
Constant Field Values

GET_POWER_STATS_CMD

static final String GET_POWER_STATS_CMD
See Also:
Constant Field Values

GET_SLEEP_INFO_CMD

static final String GET_SLEEP_INFO_CMD
See Also:
Constant Field Values

GET_AVAILABLE_SUITES_CMD

static final String GET_AVAILABLE_SUITES_CMD
See Also:
Constant Field Values

GET_SUITE_MANIFEST_CMD

static final String GET_SUITE_MANIFEST_CMD
See Also:
Constant Field Values

START_APP_CMD

static final String START_APP_CMD
See Also:
Constant Field Values

PAUSE_APP_CMD

static final String PAUSE_APP_CMD
See Also:
Constant Field Values

RESUME_APP_CMD

static final String RESUME_APP_CMD
See Also:
Constant Field Values

STOP_APP_CMD

static final String STOP_APP_CMD
See Also:
Constant Field Values

GET_APP_STATUS_CMD

static final String GET_APP_STATUS_CMD
See Also:
Constant Field Values

GET_ALL_APPS_STATUS_CMD

static final String GET_ALL_APPS_STATUS_CMD
See Also:
Constant Field Values

START_REMOTE_PRINTING_CMD

static final String START_REMOTE_PRINTING_CMD
See Also:
Constant Field Values

STOP_REMOTE_PRINTING_CMD

static final String STOP_REMOTE_PRINTING_CMD
See Also:
Constant Field Values

RECEIVE_APP_CMD

static final String RECEIVE_APP_CMD
See Also:
Constant Field Values

MIGRATE_APP_CMD

static final String MIGRATE_APP_CMD
See Also:
Constant Field Values

GET_SPOT_PROPERTY_CMD

static final String GET_SPOT_PROPERTY_CMD
See Also:
Constant Field Values

REMOTE_GET_PHYS_NBRS_CMD

static final String REMOTE_GET_PHYS_NBRS_CMD
See Also:
Constant Field Values

GET_RADIO_INFO_CMD

static final String GET_RADIO_INFO_CMD
See Also:
Constant Field Values

SET_RADIO_INFO_CMD

static final String SET_RADIO_INFO_CMD
See Also:
Constant Field Values

GET_ROUTE_CMD

static final String GET_ROUTE_CMD
See Also:
Constant Field Values

BOOTLOADER_CMD_HEADER

static final String BOOTLOADER_CMD_HEADER
See Also:
Constant Field Values

ABORT_REQUEST

static final String ABORT_REQUEST
See Also:
Constant Field Values

REMOTE_FLASH_OPERATION_FLOW_CONTROL_QUANTUM

static final int REMOTE_FLASH_OPERATION_FLOW_CONTROL_QUANTUM
See Also:
Constant Field Values

ADMIN_FLASH_OPERATION_FLOW_CONTROL_QUANTUM

static final int ADMIN_FLASH_OPERATION_FLOW_CONTROL_QUANTUM
See Also:
Constant Field Values

ERROR_UNKNOWN_COMMAND

static final int ERROR_UNKNOWN_COMMAND
See Also:
Constant Field Values

ERROR_COMMAND_VERIFICATION_FAILED

static final int ERROR_COMMAND_VERIFICATION_FAILED
See Also:
Constant Field Values

ERROR_GENERAL

static final int ERROR_GENERAL
See Also:
Constant Field Values

MASTER_ISOLATE_ECHO_PORT

static final int MASTER_ISOLATE_ECHO_PORT
See Also:
Constant Field Values

CHILD_ISOLATE_ECHO_PORT

static final int CHILD_ISOLATE_ECHO_PORT
See Also:
Constant Field Values

REMOTE_OTA_COMMAND_SERVER_IDENTIFICATION_STRING

static final String REMOTE_OTA_COMMAND_SERVER_IDENTIFICATION_STRING
See Also:
Constant Field Values

LOCAL_OTA_COMMAND_SERVER_IDENTIFICATION_STRING

static final String LOCAL_OTA_COMMAND_SERVER_IDENTIFICATION_STRING
See Also:
Constant Field Values

SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.