|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |