SunSPOT API V5.0


Package com.sun.spot.service

IService provides a general interface to allow running services to be controlled.

See:
          Description

Interface Summary
IService Basic interface supported by all SPOT services so they can be started & stopped from SPOT applications.
ISpotBlink A simple service that blinks LEDs on attached boards or performs an equivalent action, e.g. beep sound to a speaker, etc.
ISpotRadioHelper Interface for a generic SPOT Radio Manager service.
 

Class Summary
BasicService A stub class for those simple services that do not run in their own threads.
Heartbeat A simple service that blinks the SPOT processor board green LED in a heartbeat pattern.
ServiceRegistry Global service registry for all SPOT-related services.
SpotBlink A simple service to blink the two LEDs on the SPOT main processor board.
 

Package com.sun.spot.service Description

IService provides a general interface to allow running services to be controlled. Developers of device drivers that include some entity that runs in the background are encouraged to support this interface.

See Also:
for more details.

SunSPOT API V5.0


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