SunSPOT host API V4.0


Uses of Class
com.sun.spot.client.command.AbstractClientCommand

Packages that use AbstractClientCommand
com.sun.spot.client.command Individual commands for communicating with Sun SPOTs, both locally and remotely. 
com.sun.spot.client.ui The command line user interface to the Spot Client. 
 

Uses of AbstractClientCommand in com.sun.spot.client.command
 

Subclasses of AbstractClientCommand in com.sun.spot.client.command
 class BlinkCommand
          BlinkCommand: flash LEDs or otherwise identify the SPOT.
 class DeletePublicKeyCommand
          DeletePublicKeyCommand: remove the SPOT's public key.
 class DeleteSystemPropertyCommand
          DeleteSystemPropertyCommand remove the specified system property from the SPOT.
 class FlashAppCommand
          FlashAppCommand flash an application to the SPOT.
 class FlashBootloaderCommand
          FlashBootloaderCommand: flash a bootloader to the SPOT.
 class FlashBootstrapCommand
          FlashBootstrapCommand: replace the bootstrap suite.
 class FlashConfigCommand
          FlashConfigCommand flash a config page to the SPOT.
 class FlashLibCommand
          FlashLibCommand flash a library to the SPOT
 class FlashManufacturingImageCommand
          FlashManufacturingImageCommand replace the entire flash memory of the SPOT with the manufacturing image.
 class FlashVMCommand
          FlashVMCommand flash a VM to the SPOT.
 class GetAllAppsStatusCmd
           
 class GetAppStatusCmd
           
 class GetAvailableSuitesCmd
           
 class GetCmdLineParamsCommand
          GetCmdLineParamsCommand: retrieve the parameters passed to the squawk VM starting up on the SPOT.
 class GetFATCommand
          ShowFATCommand: retrieve the contents of the FAT.
 class GetMemoryStatsCmd
           
 class GetPowerStatsCmd
           
 class GetSleepInfoCmd
           
 class GetSpotPropertyCmd
           
 class GetStartupCommand
          GetStartupCommand: answer which uri and midlet are to be run at startup, or for SPOTs not configured to run a midlet, which uri and startup class.
 class GetSuiteManifestCmd
           
 class GetSystemPropertiesCommand
          GetSystemPropertiesCommand: answer the user-defined system properties available at run time on the SPOT.
 class HelloCommand
          HelloCommand - get information about all reachable SPOTs.
 class MigrateAppCmd
           
 class PauseAppCmd
           
 class QuitCommand
          QuitCommand quit SpotClient
 class ReadConfigPageCommand
          ReadConfigPageCommand answer the config page already cached inside the SpotClient.
 class ReadSectorCommand
          ReadSectorCommand Read and display a sector of data from the SPOT's flash memory.
 class RebootCmd
           
 class ReceiveAppCmd
           
 class ResetConfigPageCommand
          ResetConfigPageCommand reset the locally cached config page.
 class ResetFATCommand
          ResetFATCommand return the SPOT's FAT to its default value.
 class ResetLibCommand
          ResetLibCommand reset the SPOT's library.
 class ResetSystemPropertiesCommand
          ResetSystemPropertiesCommand resets the SPOT's system properties to be an empty list.
 class ResumeAppCmd
           
 class RunAppCommand
          StartAppCommand run the installed application.
 class SetCmdLineParamsCommand
          SetCmdLineParamsCommand set the command line args passed to the embedded squawk VM.
 class SetPublicKeyCommand
          SetPublicKeyCommand install the public security key from the desktop to the SPOT
 class SetSerialNumberCommand
          SetSerialNumberCommand set a new serial number to be written with flashprops.
 class SetSlowStartupCommand
          SetSlowStartupCommand set whether SPOT waits a long time before starting VM.
 class SetStartupCommand
           
 class SetSystemPropertyCommand
          SetSystemPropertyCommand set (or add) a system property available at run time on the SPOT
 class SetTimeCommand
          SetTimeCommand set SPOT time to match host time
 class StartAppCmd
           
 class StartRemotePrintingCmd
           
 class StopAppCmd
           
 class StopRemotePrintingCmd
           
 class SynchronizeCommand
          SynchronizeCommand: establish communication with the SPOT.
 class UndeployCommand
          Undeploy (i.e. remove) a child application suite.
 

Uses of AbstractClientCommand in com.sun.spot.client.ui
 

Subclasses of AbstractClientCommand in com.sun.spot.client.ui
 class InfoCommand
          InfoCommand show information about the spot
 


SunSPOT host API V4.0


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