SunSPOT API V5.0


Uses of Interface
com.sun.spot.resourcesharing.IResource

Packages that use IResource
com.sun.spot.resourcesharing The resource sharing framework exists to support people writing device drivers. 
 

Uses of IResource in com.sun.spot.resourcesharing
 

Classes in com.sun.spot.resourcesharing that implement IResource
 class SimpleResource
          A simple implementation of the IResource interface that can be used as it is, or extended for a more complex use.
 

Methods in com.sun.spot.resourcesharing with parameters of type IResource
 void ResourceRegistryChild.register(String resourceName, IResource resource)
           
 void IResourceRegistry.register(String resourceName, IResource resource)
          Inform the registry of a resource that is available for sharing.
 

Constructors in com.sun.spot.resourcesharing with parameters of type IResource
SimpleResourceHandle(IResource owner)
           
 


SunSPOT API V5.0


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