SunSPOT API V5.0


Uses of Class
com.sun.spot.resourcesharing.ResourceSharingException

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

Uses of ResourceSharingException in com.sun.spot.resourcesharing
 

Methods in com.sun.spot.resourcesharing that throw ResourceSharingException
 IResourceHandle IResource.getHandle(ResourceSharingScheme scheme, boolean isLockedInADifferentIsolate)
          Generate a handle for this resource.
 IResourceHandle IResourceRegistry.getResource(String resourceName, ResourceSharingScheme scheme)
          Request access to a resource.
 IResourceHandle SimpleResource.lockAdjusted(IResourceHandle handle, ResourceSharingScheme oldScheme, ResourceSharingScheme newScheme)
           
 IResourceHandle IResource.lockAdjusted(IResourceHandle handle, ResourceSharingScheme oldScheme, ResourceSharingScheme newScheme)
          A previously generated handle is adjusting its ResourceSharingScheme.
 void ResourceRegistryMaster.register(String resourceName)
           
 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.
 void ResourceRegistryMaster.unlock(int isolateId, String resourceName, ResourceSharingScheme scheme)
           
 void ResourceRegistryChild.unlock(IResourceHandle handle)
           
 void IResourceRegistry.unlock(IResourceHandle handle)
          Notify the registry that that access to the resource, as defined by the specified handle, is no longer required.
 void IResource.unlocked(IResourceHandle handle)
          A previously generated handle has been unlocked, and the handle can be reused.
 


SunSPOT API V5.0


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