SunSPOT host API V4.0


Uses of Interface
com.sun.spot.client.command.ISpotClientCommand

Packages that use ISpotClientCommand
com.sun.spot.client General facilities for communicating from a desktop with Sun SPOTs, both locally and remotely. 
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 ISpotClientCommand in com.sun.spot.client
 

Methods in com.sun.spot.client that return ISpotClientCommand
 ISpotClientCommand SpotClientCommands.getCommand(String commandName)
          Answer an existing command if there is one with the given name.
 ISpotClientCommand ISpotClientCommandHelper.getCommand(String commandName)
          Get a named command.
 

Methods in com.sun.spot.client with parameters of type ISpotClientCommand
 void SpotClientCommands.addCommand(ISpotClientCommand command)
          Add or replace a command in the active command set (replaces if the new command has the same name as an existing one).
 

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

Classes in com.sun.spot.client.command that implement ISpotClientCommand
 class AbstractClientCommand
          AbstractClientCommand helper for implementing ISpotClientCommands that ensures that the wrong execute signature cannot be called.
 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 ISpotClientCommand in com.sun.spot.client.ui
 

Classes in com.sun.spot.client.ui that implement ISpotClientCommand
 class InfoCommand
          InfoCommand show information about the spot
 


SunSPOT host API V4.0


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